2015-10-24 04:37:35 +00:00
|
|
|
# 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.
|
2017-07-20 13:10:46 +00:00
|
|
|
To manually start syncthing via Upstart when using the system configuration use:
|
2015-10-24 04:37:35 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
sudo initctl start syncthing
|
|
|
|
```
|
|
|
|
|
2016-10-27 17:02:19 +00:00
|
|
|
For further documentation see [https://docs.syncthing.net/users/autostart.html][1].
|
2015-10-24 04:37:35 +00:00
|
|
|
|
2016-10-27 17:02:19 +00:00
|
|
|
[1]: https://docs.syncthing.net/users/autostart.html#Upstart
|