infrastructure/systemd/backup.service

10 lines
131 B
SYSTEMD
Raw Permalink Normal View History

2023-09-24 15:46:40 +03:00
[Unit]
Description=Backup Service
[Service]
2023-09-24 15:58:21 +03:00
Type=oneshot
2023-09-24 15:46:40 +03:00
ExecStart=/usr/local/bin/backup.sh
[Install]
WantedBy=multi-user.target