mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
13 lines
247 B
Desktop File
13 lines
247 B
Desktop File
[Unit]
|
|
Description=Check backup __APP__
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=__INSTALL_DIR__/check-__APP__
|
|
ExecStartPost=__INSTALL_DIR__/restic_check_log___APP__ 0
|
|
User=__APP__
|
|
Group=__APP__
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|