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-user.service

14 lines
324 B

[Unit]
Description=Resilio Sync service
Documentation=https://help.resilio.com
After=network.target network-online.target
[Service]
Type=forking
Restart=on-failure
PIDFile=%h/.config/resilio-sync/resilio-sync.pid
ExecStart=/usr/bin/rslsync --config %h/.config/resilio-sync/config.json
[Install]
WantedBy=multi-user.target