From 1914b148898bae3a356dbf988321fef3566e1af2 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 9 Mar 2022 00:53:20 +0100 Subject: [PATCH] Fix ProtectSystem=full prevents the executions of the systemd directives ExecStartPre. --- conf/systemd.service | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",