mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/fireqos: fix service not being enabled
Signed-off-by: budimanjojo <budimanjojo@gmail.com>
This commit is contained in:
parent
e3ca8012e9
commit
7ed1bb9467
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ in {
|
||||||
systemd.services.fireqos = {
|
systemd.services.fireqos = {
|
||||||
description = "FireQOS";
|
description = "FireQOS";
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
RemainAfterExit = true;
|
RemainAfterExit = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue