1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

[fix] backup of service

This commit is contained in:
tituspijean 2020-10-20 17:18:25 +02:00
parent 7fe8416fef
commit d9b1ef3da3

View file

@ -66,7 +66,8 @@ ynh_backup --src_path="/etc/logrotate.d/$app"
# BACKUP SYSTEMD
#=================================================
ynh_backup --src_path="/etc/systemd/system/$app.service"
ynh_backup --src_path="/lib/systemd/system/jellyfin.service"
ynh_backup --src_path="/etc/systemd/system/jellyfin.service.d"
#=================================================
# END OF SCRIPT