Explicitly send a SIGINT to allow cleanups in units

This commit is contained in:
Joshua Boniface 2018-09-30 18:10:56 -04:00
parent 07a6ef0fba
commit 1527c628af
3 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@ WorkingDirectory = /usr/share/pvc
Environment = PYTHONUNBUFFERED=true Environment = PYTHONUNBUFFERED=true
Environment = PVCND_CONFIG_FILE=/etc/pvc/pvcnd.conf Environment = PVCND_CONFIG_FILE=/etc/pvc/pvcnd.conf
ExecStart = /usr/share/pvc/pvcnd.py ExecStart = /usr/share/pvc/pvcnd.py
KillSignal = SIGINT
Restart = on-failure Restart = on-failure
[Install] [Install]

View File

@ -9,6 +9,7 @@ WorkingDirectory = /usr/share/pvc
Environment = PYTHONUNBUFFERED=true Environment = PYTHONUNBUFFERED=true
Environment = PVCRD_CONFIG_FILE=/etc/pvc/pvcrd.conf Environment = PVCRD_CONFIG_FILE=/etc/pvc/pvcrd.conf
ExecStart = /usr/share/pvc/pvcrd.py ExecStart = /usr/share/pvc/pvcrd.py
KillSignal = SIGINT
Restart = on-failure Restart = on-failure
[Install] [Install]

View File

@ -9,6 +9,7 @@ WorkingDirectory = /usr/share/pvc
Environment = PYTHONUNBUFFERED=true Environment = PYTHONUNBUFFERED=true
Environment = PVCVD_CONFIG_FILE=/etc/pvc/pvcvd.conf Environment = PVCVD_CONFIG_FILE=/etc/pvc/pvcvd.conf
ExecStart = /usr/share/pvc/pvcvd.py ExecStart = /usr/share/pvc/pvcvd.py
KillSignal = SIGINT
Restart = on-failure Restart = on-failure
[Install] [Install]