File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Requires=network-online.target
66
77[Service]
88Type =simple
9- WorkingDirectory =/root /Bots/basedcount_bot
10- ExecStart =/root /Bots/basedcount_bot/basedcount_bot.py
9+ WorkingDirectory =%h/Programming /Bots/basedcount_bot
10+ ExecStart =%h/Programming /Bots/basedcount_bot/basedcount_bot.py
1111Restart =always
1212RestartSec =15s
1313
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Requires=network-online.target
55
66[Service]
77Type =oneshot
8- WorkingDirectory =/root /Bots/basedcount_bot/backup_and_cheating
9- ExecStart =/root /Bots/basedcount_bot/backup_and_cheating/back_up_and_cheating.py
8+ WorkingDirectory =%h/Programming /Bots/basedcount_bot/backup_and_cheating
9+ ExecStart =%h/Programming /Bots/basedcount_bot/backup_and_cheating/back_up_and_cheating.py
1010
1111[Install]
1212WantedBy =default.target
You can’t perform that action at this time.
0 commit comments