fix(11): relative paths to resources

This commit is contained in:
efim 2023-06-27 14:31:53 +00:00
parent f37fc0da11
commit 56ad8c2971
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ let
description = "My Java Service";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
WorkingDirectory = "${package}";
startLimitIntervalSec = 30;
startLimitBurst = 10;
serviceConfig = {