aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Tatschner <stefan@sevenbyte.org>2015-02-10 09:11:20 +0100
committerJakob Borg <jakob@nym.se>2015-04-28 14:11:12 +0200
commit3932884688613a6661e5789fff7e3f6e6bd06afc (patch)
treee2a58af789f83d56364270bd5e5833ea222719d7 /etc
parent19a204274638b452c9050ea0c7bd1bf25238d083 (diff)
downloadsyncthing-3932884688613a6661e5789fff7e3f6e6bd06afc.tar.gz
syncthing-3932884688613a6661e5789fff7e3f6e6bd06afc.zip
Drop systemd README instruction in favor of the wiki
Diffstat (limited to 'etc')
-rw-r--r--etc/linux-systemd/README.md31
1 files changed, 6 insertions, 25 deletions
diff --git a/etc/linux-systemd/README.md b/etc/linux-systemd/README.md
index 030e7134b..7d7bc25ba 100644
--- a/etc/linux-systemd/README.md
+++ b/etc/linux-systemd/README.md
@@ -1,27 +1,8 @@
-This directory contains a configuration for running syncthing under the
-"systemd" service manager on Linux both under either a systemd system service or
-systemd user service.
-
- 1. Install systemd.
-
- 2. If you are running this as a system level service:
-
- 1. Create the user you will be running the service as (foo in this example).
-
- 2. Copy the syncthing@.service files to /etc/systemd/system
+# Systemd Configuration
- 3. Enable and start the service
- systemctl enable syncthing@foo.service
- systemctl start syncthing@foo.service
-
- 3. If you are running this as a user level service:
-
- 1. Log in as the user you will be running the service as
-
- 2. Copy the syncthing.service files to /etc/systemd/user
-
- 3. Enable and start the service
- systemctl --user enable syncthing.service
- systemctl --user start syncthing.service
+This directory contains configuration files for running syncthing under the
+"systemd" service manager on Linux both under either a systemd system service or
+systemd user service. For further documentation take a look at the [systemd
+section][1] on the Github Wiki.
-Log output is sent to the journal.
+[1]: https://github.com/syncthing/syncthing/wiki/Autostart-syncthing#systemd