1
0
mirror of https://github.com/fruworg/infrastructure.git synced 2025-07-02 00:33:58 +03:00
Files
infrastructure/systemd/backup.service
2023-09-24 18:58:21 +06:00

10 lines
131 B
Desktop File

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