Add interactive NetBox host installer
CI / php-store (push) Waiting to run
CI / python-components (push) Waiting to run

This commit is contained in:
2026-08-24 23:00:28 +02:00
parent a4cecec7b9
commit 541f107e1e
11 changed files with 551 additions and 8 deletions
@@ -10,9 +10,9 @@ User=root
Group=root
ExecStart=/usr/local/bin/netbox-store-agent --config /etc/netbox-store-agent/agent.toml daemon
StateDirectory=netbox-store-agent
StateDirectoryMode=0700
StateDirectoryMode=0711
RuntimeDirectory=netbox-store-agent
RuntimeDirectoryMode=0750
RuntimeDirectoryMode=0755
UMask=0077
NoNewPrivileges=true
PrivateTmp=true
+1 -1
View File
@@ -7,7 +7,7 @@ SocketMode=0660
SocketUser=root
# Replace with the group of the NetBox service.
SocketGroup=netbox
DirectoryMode=0750
DirectoryMode=0755
RemoveOnStop=true
[Install]