diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-05 13:34:28 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-05 13:34:28 -0300 |
commit | 1c5020a76492707a59fe684bc5294e6a34124e5a (patch) | |
tree | caec817a2a93998537eac45f631fbba8f0b1ead8 /syncthing/syncthing@.service | |
parent | 4851a89f8c45e9fa325595adc986226ec8a1ca29 (diff) | |
download | abslibre-1c5020a76492707a59fe684bc5294e6a34124e5a.tar.gz abslibre-1c5020a76492707a59fe684bc5294e6a34124e5a.tar.bz2 abslibre-1c5020a76492707a59fe684bc5294e6a34124e5a.zip |
syncthing: torrent based directory synchronization
Diffstat (limited to 'syncthing/syncthing@.service')
-rw-r--r-- | syncthing/syncthing@.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/syncthing/syncthing@.service b/syncthing/syncthing@.service new file mode 100644 index 000000000..93ed40e14 --- /dev/null +++ b/syncthing/syncthing@.service @@ -0,0 +1,12 @@ +[Unit] +Description=Syncthing service for %i +After=network.target + +[Service] +User=%i +Environment=STNORESTART=yes +ExecStart=/usr/bin/syncthing +Restart=always + +[Install] +WantedBy=multi-user.target |