mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[fix] #89: Disable web admin since it is no longer protected
with the new permission system brought by YunoHost v4.1
This commit is contained in:
parent
3598d35693
commit
aacb2791d6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Description=Duniter node
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
Environment="DUNITER_WEB=web"
|
||||
Environment="DUNITER_WEB="
|
||||
Group=root
|
||||
User=root
|
||||
Type=forking
|
||||
|
|
Loading…
Reference in a new issue