Files
Netbox-Store/host_agent/systemd/netbox-store-agent.socket
T
MrBlake f36d6be511
CI / php-store (push) Waiting to run
CI / python-components (push) Waiting to run
feat: add NetBox plugin store
2026-08-24 20:51:25 +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=0750
RemoveOnStop=true
[Install]
WantedBy=sockets.target