mirror of
https://github.com/Kyren223/eko.git
synced 2026-05-03 10:14:44 +00:00
Debugging service.nix
This commit is contained in:
@@ -117,7 +117,7 @@ in
|
||||
Restart = "on-failure";
|
||||
RestartSec = "10s";
|
||||
|
||||
ExecStart = "/bin/sh -c 'cd $HOME && ${cfg.package}/bin/eko-server'";
|
||||
ExecStart = "/bin/sh -c 'ls && cd $HOME && ls && ${cfg.package}/bin/eko-server'";
|
||||
ExecReload = "${pkgs.coreutils}/bin/kill -SIGHUP $MAINPID";
|
||||
|
||||
ConfigurationDirectory = "eko";
|
||||
|
||||
Reference in New Issue
Block a user