Explicitly send a SIGINT to allow cleanups in units
This commit is contained in:
parent
07a6ef0fba
commit
1527c628af
|
@ -9,6 +9,7 @@ WorkingDirectory = /usr/share/pvc
|
|||
Environment = PYTHONUNBUFFERED=true
|
||||
Environment = PVCND_CONFIG_FILE=/etc/pvc/pvcnd.conf
|
||||
ExecStart = /usr/share/pvc/pvcnd.py
|
||||
KillSignal = SIGINT
|
||||
Restart = on-failure
|
||||
|
||||
[Install]
|
||||
|
|
|
@ -9,6 +9,7 @@ WorkingDirectory = /usr/share/pvc
|
|||
Environment = PYTHONUNBUFFERED=true
|
||||
Environment = PVCRD_CONFIG_FILE=/etc/pvc/pvcrd.conf
|
||||
ExecStart = /usr/share/pvc/pvcrd.py
|
||||
KillSignal = SIGINT
|
||||
Restart = on-failure
|
||||
|
||||
[Install]
|
||||
|
|
|
@ -9,6 +9,7 @@ WorkingDirectory = /usr/share/pvc
|
|||
Environment = PYTHONUNBUFFERED=true
|
||||
Environment = PVCVD_CONFIG_FILE=/etc/pvc/pvcvd.conf
|
||||
ExecStart = /usr/share/pvc/pvcvd.py
|
||||
KillSignal = SIGINT
|
||||
Restart = on-failure
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in New Issue