Add some troubleshooting commands I guess
This commit is contained in:
parent
53f119285e
commit
078f29bcbe
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
||||||
networking.hostName = "beefcake";
|
networking.hostName = "beefcake";
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
# TODO: break these modules out someday maybe?
|
|
||||||
{
|
{
|
||||||
# hardware
|
# hardware
|
||||||
boot = {
|
boot = {
|
||||||
|
@ -1097,7 +1096,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
||||||
StateDirectory = name;
|
StateDirectory = name;
|
||||||
StateDirectoryMode = "0700";
|
StateDirectoryMode = "0700";
|
||||||
RuntimeDirectory = "${name}d";
|
RuntimeDirectory = "${name}d";
|
||||||
ExecStart = "${package}/bin/kanidmd server -c ${serverConfigFile}";
|
ExecStart = "bash -c 'pwd; ls -la; ls -laR /storage/kanidm; ${package}/bin/kanidmd server -c ${serverConfigFile}'";
|
||||||
User = user;
|
User = user;
|
||||||
Group = group;
|
Group = group;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue