Skip to content

Commit

Permalink
added killsignal for dvoting service too
Browse files Browse the repository at this point in the history
  • Loading branch information
jbsv committed Mar 23, 2022
1 parent 286c6dd commit 98f5753
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deb-package/pkg/lib/systemd/system/dvoting.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ Requires=dvoting-uk.service
[Service]
User=dvoting

ExecStartPre=/bin/rm -f /var/opt/dedis/dvoting/data/dela/daemon.sockcd
ExecStartPre=/bin/rm -f /var/opt/dedis/dvoting/data/dela/daemon.sock
ExecStart=/opt/dedis/dvoting/bin/start-dvoting

KillSignal=SIGINT

Restart=on-failure
RestartSec=5

Expand Down

0 comments on commit 98f5753

Please sign in to comment.