diff options
author | 2016-11-07 11:07:33 +0000 | |
---|---|---|
committer | 2016-11-07 11:07:33 +0000 | |
commit | be909c5127785ab53e3ecf35e76c222974cdc116 (patch) | |
tree | 4a267d079e7d77912925f43dd31411a7a7d68597 /doc | |
parent | 1ae9a8760983a1cac0931fa24e45c620a748c535 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/wishlist__58___add_systemd_services_file_samples_for_assistant_and_webapp/comment_5_94993f36d5644e4181e411e6b4582a43._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/wishlist__58___add_systemd_services_file_samples_for_assistant_and_webapp/comment_5_94993f36d5644e4181e411e6b4582a43._comment b/doc/todo/wishlist__58___add_systemd_services_file_samples_for_assistant_and_webapp/comment_5_94993f36d5644e4181e411e6b4582a43._comment new file mode 100644 index 000000000..971b449a6 --- /dev/null +++ b/doc/todo/wishlist__58___add_systemd_services_file_samples_for_assistant_and_webapp/comment_5_94993f36d5644e4181e411e6b4582a43._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="Euxane" + avatar="http://cdn.libravatar.org/avatar/e6f48ec6bdf54a71119bcff72e29693f" + subject="comment 5" + date="2016-11-07T11:07:33Z" + content=""" +Syncthing's documentation explains in a nutshell the purpose of system and user services [here](https://docs.syncthing.net/users/autostart.html#using-systemd), and has also some examples of easily adaptable systemd config files for each [here](https://github.com/syncthing/syncthing/tree/master/etc/linux-systemd). + +This provides a common way of managing background services (starting order, auto-restart, …) that I personally prefer over Windows-ish tray-apps. +"""]] |