aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-09-13 17:54:25 -0400
committertdro <tdro@users.noreply.github.com>2020-09-13 17:54:25 -0400
commit1555b144ce6a71d18f6f07e126d05e3866116437 (patch)
tree59c388790ce79616a67c80d221df5af42211aaba /.config/systemd
parent7f49823aab36788e52878c142f1a19d8de13e34c (diff)
downloaddotfiles-1555b144ce6a71d18f6f07e126d05e3866116437.tar.gz
dotfiles-1555b144ce6a71d18f6f07e126d05e3866116437.tar.bz2
dotfiles-1555b144ce6a71d18f6f07e126d05e3866116437.zip
.config/systemd/user/syncthing: Restart is always
Remove SuccessExitStatus and RestartForceExitStatus
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/syncthing.service2
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/systemd/user/syncthing.service b/.config/systemd/user/syncthing.service
index 2415d6c..d1b862c 100644
--- a/.config/systemd/user/syncthing.service
+++ b/.config/systemd/user/syncthing.service
@@ -6,8 +6,6 @@ After=network.target
ExecStart=/usr/bin/env syncthing -no-browser -no-restart -logflags=0
Restart=always
RestartSec=5s
-SuccessExitStatus=3 4
-RestartForceExitStatus=3 4
SyslogIdentifier=syncthing
CPUQuota=60%
IOWeight=60