feat: add NetBox plugin store
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user