From 84fe2856591a204fcbba096cd405c9ccaef48c06 Mon Sep 17 00:00:00 2001 From: georgespatton Date: Mon, 11 Mar 2019 07:50:34 -0700 Subject: [PATCH] etc: Systemd unit should declare after=multiuser.target (fixes #5346) (#5593) --- etc/linux-systemd/system/syncthing@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/linux-systemd/system/syncthing@.service b/etc/linux-systemd/system/syncthing@.service index 30846b1c2..ba1dac891 100644 --- a/etc/linux-systemd/system/syncthing@.service +++ b/etc/linux-systemd/system/syncthing@.service @@ -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