Merge pull request #56578 from serokell/youtrack-hostname

youtrack: add hostname to path
This commit is contained in:
Silvan Mosberger 2019-03-07 18:56:29 +01:00 committed by GitHub
commit 34e67f3f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,6 +121,7 @@ in
environment.YOUTRACK_JVM_OPTS = "${extraAttr}";
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
path = with pkgs; [ unixtools.hostname ];
serviceConfig = {
Type = "simple";
User = "youtrack";