mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-02 00:13:07 +01:00
15 lines
277 B
SYSTEMD
15 lines
277 B
SYSTEMD
|
[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
|