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/resilio-sync/files/resilio-sync.service

20 lines
382 B

[Unit]
Description=Resilio Sync service
Documentation=https://help.resilio.com
After=network.target network-online.target
[Service]
Type=forking
UMask=0002
Restart=on-failure
PermissionsStartOnly=true
User=rslsync
Group=rslsync
PIDFile=/var/run/resilio-sync/resilio-sync.pid
ExecStart=/usr/bin/rslsync --config /etc/resilio-sync/config.json
[Install]
WantedBy=multi-user.target