We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8cd68 commit 96fe8cdCopy full SHA for 96fe8cd
2 files changed
systemd_services/basedcount_bot.service
@@ -1,11 +1,11 @@
1
[Unit]
2
Description=Runs basedcount_bot
3
Wants=basedcount_bot_backup.service
4
-After=network-online.target
5
-Requires=network-online.target
+After=default.target
6
7
[Service]
8
Type=simple
+ExecStartPre=/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
11
Restart=always
systemd_services/basedcount_bot_backup.service
@@ -1,7 +1,6 @@
Description=Runs basedcount_bot backup and cheating
Type=oneshot
0 commit comments