summaryrefslogtreecommitdiff
path: root/cacert-boardvoting.service
blob: ad92db00107b144e97f80dc971c09be0d2d7cc8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=CAcert board voting software
Documentation=file:/usr/share/doc/cacert-boardvoting/README.md.gz
After=network.target
ConditionPathExists=/srv/cacert-boardvoting/config.yaml

[Service]
ExecStart=/srv/cacert-boardvoting/cacert-boardvoting -config /srv/cacert-boardvoting/config.yaml
User=cacert-boardvoting

[Install]
WantedBy=multi-user.target