Skip to content

Commit 8c78c6f

Browse files
authored
ensure network connectivity
1 parent 3350a12 commit 8c78c6f

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)