mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 23:30:58 +00:00
6f82d83bd6
Before this change, issuing either systemctl --user help syncthing[.service] or systemctl help syncthing@user[.service] gave the message Can't show: http://docs.syncthing.net/ Following this change the syncthing man page is displayed
15 lines
338 B
Desktop File
15 lines
338 B
Desktop File
[Unit]
|
|
Description=Syncthing - Open Source Continuous File Synchronization
|
|
Documentation=man:syncthing(1)
|
|
After=network.target
|
|
Wants=syncthing-inotify.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0
|
|
Restart=on-failure
|
|
SuccessExitStatus=3 4
|
|
RestartForceExitStatus=3 4
|
|
|
|
[Install]
|
|
WantedBy=default.target
|