<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - systemctl creates the incorrect symlink when using parameter units (e.g. file@param.service)."
href="https://bugs.freedesktop.org/show_bug.cgi?id=66643#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - systemctl creates the incorrect symlink when using parameter units (e.g. file@param.service)."
href="https://bugs.freedesktop.org/show_bug.cgi?id=66643">bug 66643</a>
from <span class="vcard"><a class="email" href="mailto:jp@keepskatinbro.com" title="trusktr <jp@keepskatinbro.com>"> <span class="fn">trusktr</span></a>
</span></b>
<pre>The file kmsconvt@.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/<a href="mailto:kmsconvt@tty1.service">kmsconvt@tty1.service</a>
## END FILE
Is it the Alias line that causes this issue? Is there a mistake in the file? Or
is this indeed a bug?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>