mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
12 lines
215 B
Desktop File
12 lines
215 B
Desktop File
[Unit]
|
|
Description=Run backup __APP__
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/sudo __INSTALL_DIR__/backup-with-borg __APP__
|
|
User=__APP__
|
|
Group=__APP__
|
|
|
|
#[Install]
|
|
#WantedBy=multi-user.target
|