Merge pull request #56578 from serokell/youtrack-hostname
youtrack: add hostname to path
This commit is contained in:
commit
34e67f3f9f
@ -121,6 +121,7 @@ in
|
|||||||
environment.YOUTRACK_JVM_OPTS = "${extraAttr}";
|
environment.YOUTRACK_JVM_OPTS = "${extraAttr}";
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
path = with pkgs; [ unixtools.hostname ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
User = "youtrack";
|
User = "youtrack";
|
||||||
|
Loading…
Reference in New Issue
Block a user