mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-22 22:58:25 +00:00
Drop systemd README instruction in favor of the wiki
This commit is contained in:
parent
19a2042746
commit
3932884688
@ -1,27 +1,8 @@
|
|||||||
This directory contains a configuration for running syncthing under the
|
# Systemd Configuration
|
||||||
|
|
||||||
|
This directory contains configuration files for running syncthing under the
|
||||||
"systemd" service manager on Linux both under either a systemd system service or
|
"systemd" service manager on Linux both under either a systemd system service or
|
||||||
systemd user service.
|
systemd user service. For further documentation take a look at the [systemd
|
||||||
|
section][1] on the Github Wiki.
|
||||||
|
|
||||||
1. Install systemd.
|
[1]: https://github.com/syncthing/syncthing/wiki/Autostart-syncthing#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
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
Log output is sent to the journal.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user