mirror of
https://github.com/fruworg/infrastructure.git
synced 2025-02-23 05:21:13 +03:00
10 lines
130 B
Desktop File
10 lines
130 B
Desktop File
[Unit]
|
|
Description=Backup Service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/backup.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|