fixes exec path for actual server
This commit is contained in:
parent
1df4bcca50
commit
3ddd10a683
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
};
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
ExecStart = "${pkgs.actual-server}";
|
||||
ExecStart = "${pkgs.actual-server}/bin/actual-server";
|
||||
Restart = "on-failure";
|
||||
RestartSec = 3;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue