Guest User

Untitled

a guest
Jul 1st, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. # cat /lib/systemd/system/syncthing\@.service
  2. [Unit]
  3. Description=Syncthing - Open Source Continuous File Synchronization for %I
  4. Documentation=man:syncthing(1)
  5. After=network.target
  6.  
  7. [Service]
  8. User=%i
  9. ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0
  10. Restart=on-failure
  11. SuccessExitStatus=3 4
  12. RestartForceExitStatus=3 4
  13.  
  14. [Install]
  15. WantedBy=multi-user.target
  16.  
  17.  
  18.  
  19. # systemctl enable syncthing@[username or UID].service
Advertisement
Add Comment
Please, Sign In to add comment