1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/restic_ynh.git synced 2024-09-03 20:16:22 +02:00
restic_ynh/conf/systemd_check.service

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