Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # cat /lib/systemd/system/syncthing\@.service
- [Unit]
- Description=Syncthing - Open Source Continuous File Synchronization for %I
- Documentation=man:syncthing(1)
- After=network.target
- [Service]
- User=%i
- ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0
- Restart=on-failure
- SuccessExitStatus=3 4
- RestartForceExitStatus=3 4
- [Install]
- WantedBy=multi-user.target
- # systemctl enable syncthing@[username or UID].service
Advertisement
Add Comment
Please, Sign In to add comment