about summary refs log tree commit diff
path: root/contrib/scadere-listen.service
blob: 15c97a8267d8cfd2dd89f081091e6fd3534fefc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Run scadere-listen
After=network.target

[Service]
ExecStart=scadere-listen --title='TLS cert renewal' \
	/var/lib/scadere/certificates https://scadere.example :4433
Restart=on-failure

[Install]
WantedBy=default.target