diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2015-12-29 10:36:32 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2015-12-29 10:36:32 +0300 |
commit | 22b6e21eb98f1cbac3ac71e58acf19d4a2d9eedf (patch) | |
tree | 1f02090f0df87ce7116b6c27b0d2cbc259878d96 /net-p2p/syncthing/files/syncthing.service | |
parent | 79c5a71569059b40c622948fb41ee48a9daf1069 (diff) |
syncthing from nightmare repo
Diffstat (limited to 'net-p2p/syncthing/files/syncthing.service')
-rw-r--r-- | net-p2p/syncthing/files/syncthing.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/syncthing/files/syncthing.service b/net-p2p/syncthing/files/syncthing.service new file mode 100644 index 0000000..e5ff0ae --- /dev/null +++ b/net-p2p/syncthing/files/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
\ No newline at end of file |