Skip to content

Commit c8f69bb

Browse files
authored
Merge pull request #330 from yasuyuky/update-service-settings
Wait for the network to come online
2 parents b9f11f7 + bbd989e commit c8f69bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/sectora.service

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Unit]
22
Description=Sectora Daemon
3-
After=network.target
3+
After=network-online.target
44

55
[Service]
66
Type=notify
@@ -13,3 +13,4 @@ StandardError=journal
1313

1414
[Install]
1515
WantedBy=multi-user.target
16+
Requires=network-online.target

0 commit comments

Comments
 (0)