gitlab: Enable puma's systemd notify support

(cherry picked from commit 3dd17ae22f17fb2f5f3bcf99437fe899d727beac)
This commit is contained in:
talyz
2021-08-28 16:03:12 +02:00
committed by Yuka
parent 2572e2550a
commit 698186588f
5 changed files with 16 additions and 2 deletions
+1 -2
View File
@@ -1247,9 +1247,8 @@ in {
procps
gnupg
];
serviceConfig = {
Type = "simple";
Type = "notify";
User = cfg.user;
Group = cfg.group;
TimeoutSec = "infinity";