[systemd-bugs] [Bug 53954] Not possible to enable user-specified instance when unit has alias
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Dec 14 07:18:10 PST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=53954
--- Comment #1 from jsmith at linux.com ---
The Install section wants teh Alias removing and using WantedBy instead eg:
[Unit]
Description=dhcpcd on %I
Wants=network.target
Before=network.target
BindsTo=sys-subsystem-net-devices-%i.device
After=sys-subsystem-net-devices-%i.device
[Service]
Type=forking
PIDFile=/run/dhcpcd-%I.pid
ExecStart=/usr/sbin/dhcpcd -q -w %I
ExecStop=/usr/sbin/dhcpcd -x %I
[Install]
WantedBy=multi-user.target
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20121214/0d2b8cd3/attachment.html>
More information about the systemd-bugs
mailing list