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