[systemd-bugs] [Bug 66643] 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:12:51 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=66643

--- Comment #1 from trusktr <jp at keepskatinbro.com> ---
The file kmsconvt at .service looks like this:

## BEGIN FILE
[Unit]
Description=KMS System Console on %I
Documentation=man:kmscon(1)
After=systemd-user-sessions.service
After=plymouth-quit-wait.service
Before=getty.target
Conflicts=getty@%i.service
OnFailure=getty@%i.service
IgnoreOnIsolate=yes
ConditionPathExists=/dev/tty0

[Service]
ExecStart=/usr/bin/kmscon "--vt=%I" --seats=seat0 --no-switchvt
UtmpIdentifier=%I
TTYPath=/dev/%I
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes

[Install]
Alias=getty.target.wants/kmsconvt at tty1.service
## END FILE

Is it the Alias line that causes this issue? Is there a mistake in the file? Or
is this indeed a bug?

-- 
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/7880635a/attachment.html>


More information about the systemd-bugs mailing list