Initial commit.
This commit is contained in:
13
netbox-dns-updater.service
Normal file
13
netbox-dns-updater.service
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=NetBox DNSMasq Updater Web Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/bin/netbox-dns-updater -listen=:8080
|
||||
Restart=on-failure
|
||||
User=nobody
|
||||
Group=nogroup
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user