Remove user and group settings from netbox-dns-updater.service and simplify ExecStart command

This commit is contained in:
2025-06-16 06:46:37 +02:00
parent ece89d9791
commit e761e4b806

View File

@ -4,10 +4,8 @@ After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/netbox-dns-updater -listen=:8080
ExecStart=/usr/local/bin/netbox-dns-updater
Restart=on-failure
User=nobody
Group=nogroup
[Install]
WantedBy=multi-user.target