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"];
|
||||
after = ["shoko-init.service"];
|
||||
serviceConfig = {
|
||||
ExecStart = "${callPackage ../packages/shoko.nix}/bin/shoko";
|
||||
ExecStart = "${callPackage ./package.nix}/bin/shoko";
|
||||
User = "shoko";
|
||||
PermissionsStartOnly = true;
|
||||
Restart = "always";
|
Loading…
Reference in a new issue