Skip to content

Commit

Permalink
Merge pull request #69 from dedis/fix-dvoting
Browse files Browse the repository at this point in the history
added killsignal for dvoting service
  • Loading branch information
jbsv authored Mar 23, 2022
2 parents 286c6dd + 98f5753 commit 85a5c57
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 85a5c57

Please sign in to comment.