mirror of
https://github.com/Kyren223/eko.git
synced 2026-07-16 08:31:03 +00:00
Updated systemd service to always succeed by wrapping eko
This commit is contained in:
@@ -75,7 +75,7 @@ in
|
||||
Restart = "on-failure";
|
||||
RestartSec = "10s";
|
||||
|
||||
ExecStart = "${cfg.package}/bin/eko-server";
|
||||
ExecStart = "/bin/sh -c '${cfg.package}/bin/eko-server'";
|
||||
ExecReload = "${pkgs.coreutils}/bin/kill -SIGHUP $MAINPID";
|
||||
|
||||
ConfigurationDirectory = "eko";
|
||||
|
||||
Reference in New Issue
Block a user