Initial commit
This commit is contained in:
commit
f381aedff5
4 changed files with 83 additions and 0 deletions
10
files/netbox-webhook-handler.service
Normal file
10
files/netbox-webhook-handler.service
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Netbox Webhook Handler
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/sbin/netbox-webhook-handler
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue