diff --git a/conf/systemd.service b/conf/systemd.service index 6420396..ff44d3b 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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 diff --git a/manifest.json b/manifest.json index e0bcc1f..e7bddc5 100644 --- a/manifest.json +++ b/manifest.json @@ -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",