From 62b2718d7a5cb4b65044c0d1a62dc0378d750f5a Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Thu, 25 Oct 2018 22:09:42 -0400 Subject: [PATCH] Remove kill signal --- node-daemon/pvcd.service | 1 - 1 file changed, 1 deletion(-) diff --git a/node-daemon/pvcd.service b/node-daemon/pvcd.service index 6adff3a9..5b368c3b 100644 --- a/node-daemon/pvcd.service +++ b/node-daemon/pvcd.service @@ -9,7 +9,6 @@ WorkingDirectory = /usr/share/pvc Environment = PYTHONUNBUFFERED=true Environment = PVCD_CONFIG_FILE=/etc/pvc/pvcd.conf ExecStart = /usr/share/pvc/pvcd.py -KillSignal = SIGINT Restart = never [Install]