mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
67e49bfb1e
Requires YnH v4.1 which implements this new permission system Use ynh_permission_create helper Set Duniter admin interface accessible to the selected admin BMA is set as accessible to visitors by default Remove / −> /webui redirection, since this change adds a tile to the admin Remove deprecated permission system settings Re-enable the web admin since it is protected again Rename f() name
16 lines
313 B
Desktop File
16 lines
313 B
Desktop File
[Unit]
|
|
Description=Duniter node
|
|
After=network.target
|
|
|
|
[Service]
|
|
Environment="DUNITER_WEB=web"
|
|
Group=root
|
|
User=root
|
|
Type=forking
|
|
ExecStart=/usr/bin/duniter ${DUNITER_WEB}start
|
|
ExecReload=/usr/bin/duniter ${DUNITER_WEB}restart
|
|
ExecStop=/usr/bin/duniter stop
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|