aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authordinosore <dinosore@dbrsoftware.co.uk>2016-03-16 13:09:01 +0000
committerJakob Borg <jakob@nym.se>2016-03-16 13:09:01 +0000
commit6f82d83bd6bbf88acfa6458954b65a5cd48f812a (patch)
treead873d966590bff35890b58edcb8b9b5ceb23451 /etc
parent3e218b146e2b51604f5fa9e659a1802cf50563b0 (diff)
downloadsyncthing-6f82d83bd6bbf88acfa6458954b65a5cd48f812a.tar.gz
syncthing-6f82d83bd6bbf88acfa6458954b65a5cd48f812a.zip
Let "systemctl help" command work
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
Diffstat (limited to 'etc')
-rw-r--r--etc/linux-systemd/system/syncthing@.service2
-rw-r--r--etc/linux-systemd/user/syncthing.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/linux-systemd/system/syncthing@.service b/etc/linux-systemd/system/syncthing@.service
index c5d9ad544..3928eee8b 100644
--- a/etc/linux-systemd/system/syncthing@.service
+++ b/etc/linux-systemd/system/syncthing@.service
@@ -1,6 +1,6 @@
[Unit]
Description=Syncthing - Open Source Continuous File Synchronization for %I
-Documentation=http://docs.syncthing.net/
+Documentation=man:syncthing(1)
After=network.target
Wants=syncthing-inotify@.service
diff --git a/etc/linux-systemd/user/syncthing.service b/etc/linux-systemd/user/syncthing.service
index 2039b3468..d82c34431 100644
--- a/etc/linux-systemd/user/syncthing.service
+++ b/etc/linux-systemd/user/syncthing.service
@@ -1,6 +1,6 @@
[Unit]
Description=Syncthing - Open Source Continuous File Synchronization
-Documentation=http://docs.syncthing.net/
+Documentation=man:syncthing(1)
After=network.target
Wants=syncthing-inotify.service