0
0
Fork 0
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:
โทสฺตัล 2025-02-22 09:51:45 +07:00
parent 14a33566d7
commit c554171c27

View file

@ -202,7 +202,7 @@ in
};
systemd.services.h2o = {
description = "H2O web server service";
description = "H2O HTTP server";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];