1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kodi_ynh.git synced 2024-09-03 19:26:34 +02:00
This commit is contained in:
ericgaspar 2023-08-26 23:13:49 +02:00
parent 498d9708ca
commit 541c063569
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[Unit]
Description=Kodi Media Center
Description=Kodi: Media Center
# if you don't need the MySQL DB backend, this should be sufficient
After=systemd-user-sessions.service network.target sound.target

View file

@ -22,7 +22,7 @@
"url": "blog.cecchettosylvain.fr"
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.2"
},
"multi_instance": false,
"services": [

View file

@ -160,7 +160,7 @@ ynh_script_progression --message="Securing files and directories..."
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:$app "$final_path"
usermod -a -G cdrom,audio,video,plugdev,users,dialout,dip,input,netdev "$app"
usermod -a -G cdrom,audio,video,plugdev,users,dialout,dip,input "$app"
#=================================================
# INTEGRATE SERVICE IN YUNOHOST