Changed file structure to be consistent with existing configuration
This commit is contained in:
parent
d15b31cdfd
commit
dae8ffd3c2
|
@ -73,7 +73,7 @@ in {
|
||||||
requires = ["shoko-init.service"];
|
requires = ["shoko-init.service"];
|
||||||
after = ["shoko-init.service"];
|
after = ["shoko-init.service"];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${callPackage ../packages/shoko.nix}/bin/shoko";
|
ExecStart = "${callPackage ./package.nix}/bin/shoko";
|
||||||
User = "shoko";
|
User = "shoko";
|
||||||
PermissionsStartOnly = true;
|
PermissionsStartOnly = true;
|
||||||
Restart = "always";
|
Restart = "always";
|
Loading…
Reference in a new issue