20 lines
382 B
Desktop File
20 lines
382 B
Desktop File
[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
|