From 1c5020a76492707a59fe684bc5294e6a34124e5a Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 5 Jun 2014 13:34:28 -0300 Subject: syncthing: torrent based directory synchronization --- syncthing/syncthing@.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 syncthing/syncthing@.service (limited to 'syncthing/syncthing@.service') 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 -- cgit v1.2.3