mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-02 03:32:14 +00:00
Split based on location
This commit is contained in:
parent
83b1a3d974
commit
aeae0ef8ee
6 changed files with 129 additions and 67 deletions
13
nzcovidbot.service
Normal file
13
nzcovidbot.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=NZCovidBot
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
WorkingDirectory=/root/NZCovidBot
|
||||
ExecStart=/root/NZCovidBot/nzcovidbot
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue