mirror of
https://github.com/fruworg/infrastructure.git
synced 2024-11-16 13:27:16 +03:00
10 lines
130 B
SYSTEMD
10 lines
130 B
SYSTEMD
|
[Unit]
|
||
|
Description=Backup Service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/local/bin/backup.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|