11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
|
[Unit]
|
||
|
Description=Advisory Circular twitter bot
|
||
|
Documentaion=https://gitlab.com/jjwiseman/advisory-circular/
|
||
|
Wants=network.target
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=always
|
||
|
ExecStart=/usr/local/share/advisorycircular/advisorycircular.sh %i
|