You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-p2p/syncthing/files/stdiscosrv.service

18 lines
304 B

[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