Remove user and group settings from netbox-dns-updater.service and simplify ExecStart command
This commit is contained in:
@ -4,10 +4,8 @@ After=network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/local/bin/netbox-dns-updater -listen=:8080
|
ExecStart=/usr/local/bin/netbox-dns-updater
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
User=nobody
|
|
||||||
Group=nogroup
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Reference in New Issue
Block a user