admin-scripts/systemd/system/rsync-backup.service
2024-07-07 10:17:47 -05:00

15 lines
277 B
Desktop File

[Unit]
Description=rsync-backup
AssertFileIsExecutable=/usr/local/bin/rsync-backup
Requires=hyperreal.coffee-share.mount
After=hyperreal.coffee-share.mount
[Service]
Type=oneshot
User=root
Group=root
ExecStart=/usr/local/bin/rsync-backup
[Install]
WantedBy=multi-user.target