mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-02 00:13:07 +01:00
15 lines
269 B
SYSTEMD
15 lines
269 B
SYSTEMD
|
[Unit]
|
||
|
Description=server0-backup
|
||
|
AssertFileIsExecutable=/usr/local/bin/server0-backup
|
||
|
Requires=network-online.target
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
User=root
|
||
|
Group=root
|
||
|
ExecStart=/usr/local/bin/server0-backup
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|