/lib/systemd/system/syncthing-discosrv.service is in syncthing-discosrv 0.14.43+ds1-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [Unit]
Description=Syncthing Discovery Server
After=network.target
Documentation=man:stdiscosrv(1)
[Service]
User=syncthing
Group=syncthing
WorkingDirectory=/var/lib/syncthing/discosrv
EnvironmentFile=-/etc/default/syncthing-discosrv
ExecStart=/usr/bin/stdiscosrv ${STDISCOSRV_OPTS}
Restart=on-failure
[Install]
WantedBy=multi-user.target
Alias=stdiscosrv.service
|