1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gemserv_ynh.git synced 2024-09-03 18:36:27 +02:00

Fix ProtectSystem=full prevents the executions of the systemd directives ExecStartPre.

This commit is contained in:
yalh76 2022-03-09 00:53:20 +01:00
parent 3f31575a8c
commit 1914b14889
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
RestrictNamespaces=yes
RestrictRealtime=yes
DevicePolicy=closed
ProtectSystem=full
#ProtectSystem=full
ProtectControlGroups=yes
ProtectKernelModules=yes
ProtectKernelTunables=yes

View file

@ -5,7 +5,7 @@
"description": {
"en": "A gemini server written in rust."
},
"version": "0.6.5~ynh1",
"version": "0.6.5~ynh2",
"url": "https://git.sr.ht/~int80h/gemserv/",
"upstream": {
"license": "MIT",