Documentation and examples for Ubuntu-like linux systems using

Upstart as the init system.
This commit is contained in:
Jake Peterson
2015-10-23 22:37:35 -06:00
parent 7b5ab29a6d
commit b40bb64612
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Upstart Configuration
This directory contains example configuration files for running Syncthing under
the "Upstart" service manager on Linux. To have syncthing start when you login
place "user/syncthing.conf" in the "/home/[username]/.config/upstart/" folder.
To have syncthing start when the system boots place "system/syncthing.conf"
in the "/etc/init/" folder.
To manualy start syncthing via Upstart when using the system configuration use:
```
sudo initctl start syncthing
```
For further documentation see [http://docs.syncthing.net/users/autostart.html][1].
[1]: http://docs.syncthing.net/users/autostart.html#Upstart