Files
MrBlake 541f107e1e
CI / php-store (push) Waiting to run
CI / python-components (push) Waiting to run
Add interactive NetBox host installer
2026-08-24 23:00:28 +02:00

15 lines
279 B
SYSTEMD

[Unit]
Description=NetBox Store host-agent socket
[Socket]
ListenStream=/run/netbox-store-agent/agent.sock
SocketMode=0660
SocketUser=root
# Replace with the group of the NetBox service.
SocketGroup=netbox
DirectoryMode=0755
RemoveOnStop=true
[Install]
WantedBy=sockets.target