mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
Merge pull request #56578 from serokell/youtrack-hostname
youtrack: add hostname to path
This commit is contained in:
commit
34e67f3f9f
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue