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 RestrictNamespaces=yes
RestrictRealtime=yes RestrictRealtime=yes
DevicePolicy=closed DevicePolicy=closed
ProtectSystem=full #ProtectSystem=full
ProtectControlGroups=yes ProtectControlGroups=yes
ProtectKernelModules=yes ProtectKernelModules=yes
ProtectKernelTunables=yes ProtectKernelTunables=yes

View file

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