From c01746a7e37c4b32614f76bb559225eebf43bfba Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 27 Dec 2014 15:31:12 -0300 Subject: discosrv is the discovery server for syncthing --- pcr/discosrv/discosrv.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pcr/discosrv/discosrv.service (limited to 'pcr/discosrv/discosrv.service') diff --git a/pcr/discosrv/discosrv.service b/pcr/discosrv/discosrv.service new file mode 100644 index 000000000..1ba22c9ce --- /dev/null +++ b/pcr/discosrv/discosrv.service @@ -0,0 +1,12 @@ +[Unit] +Description=Discovery Service for Syncthing +After=network.target + +[Service] +User=nobody +Group=nobody +ExecStart=/usr/bin/discosrv +Restart=on-success + +[Install] +WantedBy=default.target -- cgit v1.2.3