2020-05-04 06:56:15 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Advisory Circular twitter bot for %i
|
|
|
|
Documentation=https://gitlab.com/jjwiseman/advisory-circular/
|
|
|
|
Wants=network.target
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=advisorycircular
|
|
|
|
Restart=always
|
2020-05-28 19:35:11 +00:00
|
|
|
RestartSec=30s
|
2020-05-04 06:56:15 +00:00
|
|
|
ExecStart=/usr/local/share/advisorycircular/advisorycircular %i
|
2020-05-08 01:57:34 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|