Bug 1118976

Summary: wrong systemd service file
Product: [Fedora] Fedora Reporter: Levente Farkas <lfarkas>
Component: nsdAssignee: Paul Wouters <pwouters>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: pwouters, vonsch
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-28 14:30:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Levente Farkas 2014-07-12 15:43:12 UTC
in the nsd.service this line:
ExecStart=/usr/sbin/nsd -D -c /etc/nsd/nsd.conf $OTHER_NSD_OPTS
should have to be
ExecStart=/usr/sbin/nsd -c /etc/nsd/nsd.conf $OTHER_NSD_OPTS
since there is no such option as -D what's more with this file the service never start.

Comment 1 Levente Farkas 2014-07-12 16:07:34 UTC
ok i find it should have to be -d in stead of -D. so it's an easy fix!

Comment 2 Paul Wouters 2014-07-28 14:30:35 UTC

*** This bug has been marked as a duplicate of bug 1089505 ***