7 lines
183 B
Desktop File
7 lines
183 B
Desktop File
[Unit]
|
|
Description=Runs rclone to copy the NAS content to the parents NAS
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/flock -n /run/rclone-parents.lock /root/scripts/rclone-parents.sh
|