11 lines
159 B
Desktop File
11 lines
159 B
Desktop File
[Unit]
|
|
Description=backup system
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/var/roothome/app/bin/home/backup
|
|
#Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|