mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/h2o: service name matches project
This commit is contained in:
parent
14a33566d7
commit
c554171c27
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.h2o = {
|
systemd.services.h2o = {
|
||||||
description = "H2O web server service";
|
description = "H2O HTTP server";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue