[systemd-bugs] [Bug 66643] New: systemctl creates the incorrect symlink when using parameter units (e.g. file at param.service).
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jul 6 05:09:25 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=66643
Priority: medium
Bug ID: 66643
Assignee: systemd-bugs at lists.freedesktop.org
Summary: systemctl creates the incorrect symlink when using
parameter units (e.g. file at param.service).
QA Contact: systemd-bugs at lists.freedesktop.org
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: jp at keepskatinbro.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: unspecified
Component: general
Product: systemd
I have a unit file named kmsconvt at .service for starting kmscon (a linux console
replacement) in a tty. If I run "systemctl enable kmsconvt at tty3.service",
systemd creates a symlink called kmsconvt at tty1.service instead of
kmsconvt at tty3.service. Is this a bug?
This is example output:
┌─[05:08:11/starlancer/root/~]
└─╼ systemctl enable kmsconvt at tty3.service
ln -s '/usr/lib/systemd/system/kmsconvt at .service'
'/etc/systemd/system/getty.target.wants/kmsconvt at tty1.service'
I would expect for the output to look like this:
┌─[05:08:11/starlancer/root/~]
└─╼ systemctl enable kmsconvt at tty3.service
ln -s '/usr/lib/systemd/system/kmsconvt at .service'
'/etc/systemd/system/getty.target.wants/kmsconvt at tty3.service'
--
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/20130706/59caba78/attachment.html>
More information about the systemd-bugs
mailing list