mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
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
This commit is contained in:
parent
3e218b146e
commit
6f82d83bd6
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Syncthing - Open Source Continuous File Synchronization for %I
|
Description=Syncthing - Open Source Continuous File Synchronization for %I
|
||||||
Documentation=http://docs.syncthing.net/
|
Documentation=man:syncthing(1)
|
||||||
After=network.target
|
After=network.target
|
||||||
Wants=syncthing-inotify@.service
|
Wants=syncthing-inotify@.service
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Syncthing - Open Source Continuous File Synchronization
|
Description=Syncthing - Open Source Continuous File Synchronization
|
||||||
Documentation=http://docs.syncthing.net/
|
Documentation=man:syncthing(1)
|
||||||
After=network.target
|
After=network.target
|
||||||
Wants=syncthing-inotify.service
|
Wants=syncthing-inotify.service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user