infrastructure/systemd/backup.service

10 lines
131 B
Desktop File

[Unit]
Description=Backup Service
[Service]
Type=oneshot
ExecStart=/usr/local/bin/backup.sh
[Install]
WantedBy=multi-user.target