15 lines
279 B
SYSTEMD
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
|