syncthing/etc/linux-upstart
MikeLund 74dd051d51 all: Update docs.s.n links to use https
Skip-check: authors

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3691
2016-10-27 17:02:19 +00:00
..
system Changed system conf file to use $USER 2015-10-24 14:53:08 -06:00
user Documentation and examples for Ubuntu-like linux systems using 2015-10-23 22:37:35 -06:00
README.md all: Update docs.s.n links to use https 2016-10-27 17:02:19 +00:00

README.md

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 https://docs.syncthing.net/users/autostart.html.