aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorgeorgespatton <georgespatton@users.noreply.github.com>2019-03-11 07:50:34 -0700
committerJakob Borg <jakob@kastelo.net>2019-03-11 15:50:34 +0100
commit84fe2856591a204fcbba096cd405c9ccaef48c06 (patch)
treedb8ca798e3ded584fc34adfa7df847f010d39010 /etc
parent445637ebec1defd5025ff09be3488206de60a704 (diff)
downloadsyncthing-84fe2856591a204fcbba096cd405c9ccaef48c06.tar.gz
syncthing-84fe2856591a204fcbba096cd405c9ccaef48c06.zip
etc: Systemd unit should declare after=multiuser.target (fixes #5346) (#5593)
Diffstat (limited to 'etc')
-rw-r--r--etc/linux-systemd/system/syncthing@.service2
1 files changed, 1 insertions, 1 deletions
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