blob: 3290213d60b7cf5acc6fc0baf36ced00a74ec7f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Run scadere-listen
After=network.target
[Service]
ConditionPathExists=/var/lib/scadere/certificates
ExecStart=scadere-listen --title='TLS cert renewal' \
/var/lib/scadere/certificates https://scadere.example :4433
Restart=on-failure
[Install]
WantedBy=default.target
|