FS#33415 - [systemd] When enable dhcpcd@.service only dhcpcd@eth0.service link created

Attached to Project: Arch Linux
Opened by Oleg Nagornij (corner) - Wednesday, 16 January 2013, 11:54 GMT
Last edited by Evangelos Foutras (foutrelis) - Wednesday, 16 January 2013, 16:20 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
When enable dhcpcd@.service only dhcpcd@eth0.service link created.
After command, for example,
# systemctl enabled dhcpcd@enp6s1.service
link /etc/systemd/system/multi-user.target.wants/dhcpcd@enp6s1.service is not created, but link /etc/systemd/system/multi-user.target.wants/dhcpcd@eth0.service is created.

Additional info:
* package version(s)
systemd197-4
* config and/or log files etc.


Steps to reproduce:
# systemctl enabled dhcpcd@enp6s1.service


Error is in file /usr/lib/systemd/system/dhcpcd@.service
Patch this :
-- Alias=multi-user.target.wants/dhcpcd@eth0.service
++ WantedBy=multi-user.target
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Wednesday, 16 January 2013, 16:20 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#31093 

Loading...