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.service
2021-03-07 19:29:16 +01:00

13 lines
248 B
Desktop File

[Unit]
Description=Run backup __APP__
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/local/bin/backup-with-__APP__
ExecStartPost=/opt/yunohost/__APP__/restic_log___APP__
User=__APP__
Group=__APP__
[Install]
WantedBy=multi-user.target