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:
parent
7fe8416fef
commit
d9b1ef3da3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue