Renamed unit file.
This commit is contained in:
parent
cb4b2d149f
commit
03d691f6bf
@ -1,10 +0,0 @@
|
|||||||
[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
|
|
11
advisorycircular@.service
Normal file
11
advisorycircular@.service
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[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
|
||||||
|
ExecStart=/usr/local/share/advisorycircular/advisorycircular %i
|
Loading…
Reference in New Issue
Block a user