Skip to content
Snippets Groups Projects
Commit 2507f5e1 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: SubApp Issue #68 (KillMode=none)

parent 57ce27a6
No related branches found
No related tags found
1 merge request!1ND-1759
...@@ -13,8 +13,10 @@ User={{ vault_subapp_user }} ...@@ -13,8 +13,10 @@ User={{ vault_subapp_user }}
Group={{ vault_subapp_group }} Group={{ vault_subapp_group }}
# EXAMPLE: TimeoutSec=600 # EXAMPLE: TimeoutSec=600
TimeoutSec=infinity TimeoutSec=infinity
# PIDFile=subapp_bagit.pid
PIDFile=/run/subapp/subapp_bagit.pid PIDFile=/run/subapp/subapp_bagit.pid
# DO NOT REMOVE!!! (based on SubApp Issue #68)
# Do not kill any processes for a save shutdowns with a valid SubApp database.
KillMode=none
### Security features ### Security features
# documented at https://www.freedesktop.org/software/systemd/man/systemd.exec.html # documented at https://www.freedesktop.org/software/systemd/man/systemd.exec.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment