Bug 967457 - specify command line parameters for dhcpd is impossible with systemd unit
Summary: specify command line parameters for dhcpd is impossible with systemd unit
Keywords:
Status: CLOSED DUPLICATE of bug 909733
Alias: None
Product: Fedora
Classification: Fedora
Component: dhcp
Version: 18
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Jiri Popelka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-27 08:19 UTC by Frantisek Hanzlik
Modified: 2013-05-28 06:43 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-05-28 06:43:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Frantisek Hanzlik 2013-05-27 08:19:58 UTC
Description of problem:
Now isn't possible to specify command line arguments (as e.g. listening interfaces, config file, etc.) - that what was defined in /etc/sysconfig/dhcpd in OPTIONS variable in old gold pre-systemd times.
Some of command line parameters are fixed in dhcpd unit, but it is senseless
edit this unit for each individual setting, moreover this is incompatible with previous behavior.

Version-Release number of selected component (if applicable):
dhcp-4.2.5-7.fc18.i686

Expected results:
IMO for backward compatibility /etc/sysconfig/dhcpd options should be possible.

Comment 1 Tomáš Hozza 2013-05-28 06:43:15 UTC
We dropped using EnvironmentFile in dhcpd.service file in Fedora 18. If you need
to use custom dhcpd.service file you should copy the whole service file from
/lib/systemd/system to /etc/systemd/system and edit it there. Service files in
/etc/systemd/system have higher precedence over service files in
/lib/systemd/system.

For more information please see:
http://fedoraproject.org/wiki/Systemd#How_do_I_customize_a_unit_file.2F_add_a_custom_unit_file.3F

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


Note You need to log in before you can comment on or make changes to this bug.