2
0
mirror of https://github.com/deajan/osync synced 2024-11-03 15:40:14 +00:00
osync/osync-srv@.service

14 lines
396 B
SYSTEMD
Raw Normal View History

[Unit]
2016-04-07 15:57:53 +00:00
Description=osync - a robust two way (bidirectional) file sync script based on rsync with fault tolerance
After=time-sync.target local-fs.target network-online.target
Requires=time-sync.target local-fs.target
Wants=network-online.target
[Service]
Type=simple
2017-03-14 20:26:43 +00:00
ExecStart=$(which osync.sh) /etc/osync/%i --on-changes --errors-only
2017-03-14 20:32:48 +00:00
SuccessExitStatus=0 2
[Install]
WantedBy=multi-user.target