Browse Source

etc: Systemd unit should declare after=multiuser.target (fixes #5346) (#5593)

georgespatton 6 năm trước cách đây
mục cha
commit
84fe285659
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      etc/linux-systemd/system/[email protected]

+ 1 - 1
etc/linux-systemd/system/[email protected]

@@ -1,7 +1,7 @@
 [Unit]
 Description=Syncthing - Open Source Continuous File Synchronization for %I
 Documentation=man:syncthing(1)
-After=network.target
+After=multi-user.target network.target
 
 [Service]
 User=%i