mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-01 16:03:06 +01:00
13 lines
213 B
SYSTEMD
13 lines
213 B
SYSTEMD
|
[Unit]
|
||
|
Description=backup-to-minio
|
||
|
AssertFileIsExecutable=/usr/local/bin/backup-to-minio
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
User=root
|
||
|
Group=root
|
||
|
ExecStart=/usr/local/bin/backup-to-minio
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|