mirror of
https://github.com/YunoHost-Apps/kodi_ynh.git
synced 2024-09-03 19:26:34 +02:00
fix
This commit is contained in:
parent
498d9708ca
commit
541c063569
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Kodi Media Center
|
Description=Kodi: Media Center
|
||||||
|
|
||||||
# if you don't need the MySQL DB backend, this should be sufficient
|
# if you don't need the MySQL DB backend, this should be sufficient
|
||||||
After=systemd-user-sessions.service network.target sound.target
|
After=systemd-user-sessions.service network.target sound.target
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
"url": "blog.cecchettosylvain.fr"
|
"url": "blog.cecchettosylvain.fr"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.2"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
|
@ -160,7 +160,7 @@ ynh_script_progression --message="Securing files and directories..."
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
chmod -R o-rwx "$final_path"
|
chmod -R o-rwx "$final_path"
|
||||||
chown -R $app:$app "$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
|
# INTEGRATE SERVICE IN YUNOHOST
|
||||||
|
|
Loading…
Reference in a new issue