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

No need to backup service file, it's included in deb files

This commit is contained in:
tituspijean 2022-01-22 14:36:54 +00:00
parent 913f46cf5a
commit bc272cfd47
2 changed files with 0 additions and 2 deletions

View file

@ -61,7 +61,6 @@ ynh_backup --src_path="/etc/logrotate.d/$app"
#=================================================
ynh_backup --src_path="/etc/systemd/system/jellyfin.service.d" --not_mandatory
ynh_backup --src_path="/lib/systemd/system/jellyfin.service"
#=================================================
# BACKUP VARIOUS FILES

View file

@ -149,7 +149,6 @@ ynh_exec_warn_less dpkg --force-confdef --force-confold -i $tempdir/jellyfin-web
ynh_script_progression --message="Restoring the systemd configuration..." --weight=1
ynh_restore_file --origin_path="/etc/systemd/system/jellyfin.service.d" --not_mandatory
ynh_restore_file --origin_path="/lib/systemd/system/jellyfin.service"
systemctl enable jellyfin.service --quiet
#=================================================