This commit is contained in:
Jeffrey C. Ollie 2024-04-02 15:51:07 -05:00
parent 67d8de2f5c
commit bc739f0880
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -341,13 +341,19 @@
enable = cfg.enable;
serviceConfig = {
Type = "simple";
User = "anycast-healthchecker";
Group = "bird2";
DynamicUser = true;
User = "bird2";
RuntimeDirectory = "anycast-healthchecker";
StateDirectory = "anycast-healthchecker";
ExecStart = "${package}/bin/anycast-healthchecker --file ${conf} --dir ${conf_d}";
Restart = "on-failure";
MemoryDenyWriteExecute = true;
PrivateDevices = true;
PrivateTmp = true;
ProtectControlGroups = true;
ProtectHome = true;
ProtectKernelTunables = true;
ProtectSystem = "full";
};
wantedBy = ["multi-user.target"];
};