fixed typo in van_inventory serviceConfig

This commit is contained in:
2026-03-09 17:19:48 -04:00
parent 3a3267ee9a
commit 433ec9a38e

View File

@@ -31,8 +31,8 @@
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
User = "van-inventory"; User = "vaninventory";
Group = "van-inventory"; Group = "vaninventory";
ExecStart = "${pkgs.my_python}/bin/python -m python.van_inventory.main --host 0.0.0.0 --port 8001"; ExecStart = "${pkgs.my_python}/bin/python -m python.van_inventory.main --host 0.0.0.0 --port 8001";
Restart = "on-failure"; Restart = "on-failure";
RestartSec = "5s"; RestartSec = "5s";