Skip to content

Commit

Permalink
fix(roles/fireactions): Set systemd service KillMode=process
Browse files Browse the repository at this point in the history
  • Loading branch information
konradasb committed Apr 5, 2024
1 parent 4bafd46 commit ffd18ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/fireactions/templates/fireactions.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ After=network.target
[Service]
User={{ fireactions_owner }}
Type=simple
KillMode=process
ExecStartPre=/usr/bin/which firecracker
ExecStartPre=/usr/bin/which containerd
ExecStart=fireactions server --config {{ fireactions_config_file_path }}
Expand Down

0 comments on commit ffd18ba

Please sign in to comment.