mirror of
https://github.com/Facundo-prog/automatic_backup_script.git
synced 2025-03-30 14:48:27 +00:00
14 lines
197 B
Desktop File
14 lines
197 B
Desktop File
[Unit]
|
|
Description=Automatic backup files
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
ExecStart=/home/backup-files.sh
|
|
Restart=always
|
|
RestartSec=3600
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|