File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ After=default.target
66[Service]
77Type =simple
88ExecStartPre =/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;'
9- WorkingDirectory =%h/Programming/ Bots/basedcount_bot
10- ExecStart =%h/Programming/ Bots/basedcount_bot/basedcount_bot.py
9+ WorkingDirectory =%h/Bots/basedcount_bot
10+ ExecStart =%h/Bots/basedcount_bot/basedcount_bot.py
1111Restart =always
1212RestartSec =15s
1313
1414[Install]
15- WantedBy =multi-user .target
15+ WantedBy =default .target
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ After=default.target
44
55[Service]
66Type =oneshot
7- WorkingDirectory =%h/Programming/ Bots/basedcount_bot/backup_and_cheating
8- ExecStart =%h/Programming/ Bots/basedcount_bot/backup_and_cheating/back_up_and_cheating.py
7+ WorkingDirectory =%h/Bots/basedcount_bot/backup_and_cheating
8+ ExecStart =%h/Bots/basedcount_bot/backup_and_cheating/back_up_and_cheating.py
99
1010[Install]
1111WantedBy =default.target
You can’t perform that action at this time.
0 commit comments