From aacb2791d6b63d83a3e541e135e4dabea7000ef8 Mon Sep 17 00:00:00 2001 From: Moul Date: Sun, 28 Mar 2021 16:22:20 +0200 Subject: [PATCH] [fix] #89: Disable web admin since it is no longer protected with the new permission system brought by YunoHost v4.1 --- conf/duniter.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/duniter.service b/conf/duniter.service index f40c546..5452e11 100644 --- a/conf/duniter.service +++ b/conf/duniter.service @@ -3,7 +3,7 @@ Description=Duniter node After=network.target [Service] -Environment="DUNITER_WEB=web" +Environment="DUNITER_WEB=" Group=root User=root Type=forking