mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
fixed typo in van_inventory serviceConfig
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
User = "van-inventory";
|
||||
Group = "van-inventory";
|
||||
User = "vaninventory";
|
||||
Group = "vaninventory";
|
||||
ExecStart = "${pkgs.my_python}/bin/python -m python.van_inventory.main --host 0.0.0.0 --port 8001";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "5s";
|
||||
|
||||
Reference in New Issue
Block a user