summaryrefslogtreecommitdiff
path: root/net-p2p/syncthing/files/stdiscosrv.service
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/syncthing/files/stdiscosrv.service')
-rw-r--r--net-p2p/syncthing/files/stdiscosrv.service17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-p2p/syncthing/files/stdiscosrv.service b/net-p2p/syncthing/files/stdiscosrv.service
deleted file mode 100644
index 4011c7d4c5bd..000000000000
--- a/net-p2p/syncthing/files/stdiscosrv.service
+++ /dev/null
@@ -1,17 +0,0 @@
-[Unit]
-Description=Syncthing discovery server
-After=network.target
-
-[Service]
-User=stdiscosrv
-Group=stdiscosrv
-ExecStart=/usr/libexec/syncthing/stdiscosrv
-WorkingDirectory=/var/lib/stdiscosrv
-
-PrivateTmp=true
-ProtectSystem=full
-ProtectHome=true
-NoNewPrivileges=true
-
-[Install]
-WantedBy=multi-user.target