From 6f82d83bd6bbf88acfa6458954b65a5cd48f812a Mon Sep 17 00:00:00 2001 From: dinosore Date: Wed, 16 Mar 2016 13:09:01 +0000 Subject: [PATCH] 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 --- etc/linux-systemd/system/syncthing@.service | 2 +- etc/linux-systemd/user/syncthing.service | 2 +- 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