mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
grafana forward typo execstart
This commit is contained in:
parent
7195de50f8
commit
de83d5de28
|
|
@ -71,7 +71,7 @@
|
|||
RestartSec = "15";
|
||||
Type="simple";
|
||||
DynamicUser=true;
|
||||
Exec="${pkgs.redir}/bin/redir -n :2000 123.123.123.123:3000";
|
||||
ExecStart="${pkgs.redir}/bin/redir -n :2000 123.123.123.123:3000";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
RestartSec = "15";
|
||||
Type="simple";
|
||||
DynamicUser=true;
|
||||
Exec="${pkgs.redir}/bin/redir -n :2001 123.123.123.123:3000";
|
||||
ExecStart="${pkgs.redir}/bin/redir -n :2001 123.123.123.123:3000";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue