9 lines
154 B
SYSTEMD
9 lines
154 B
SYSTEMD
|
[Unit]
|
||
|
Description=execute backup tasks
|
||
|
RefuseManualStart=no
|
||
|
RefuseManualStop=yes
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/MySQL-Backup.sh --all
|