Skip to content

Commit d5111b6

Browse files
authored
Merge pull request #4 from irgendwr/patch-1
ensure network connectivity
2 parents 3350a12 + 8c78c6f commit d5111b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sinusbot.service

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[Unit]
22
Description=Sinusbot, the Teamspeak 3 and Discord music bot.
3-
After=syslog.target network.target
3+
Wants=network-online.target
4+
After=syslog.target network.target network-online.target
45

56
[Service]
67
User=YOUR_USER

0 commit comments

Comments
 (0)