[arch-general] Qingy on systemd
David Rosenstrauch
darose at darose.net
Thu Nov 8 11:42:04 EST 2012
On 11/08/2012 10:08 AM, Curtis Shimamoto wrote:
> On 11/08/12 at 07:04am, Tom Rand wrote:
>> I had the same issue so i just went to /etc/systemd/system/getty.target.wants/
>> & renamed quingy at tty1.service to quingy at tty6.service
>> then it behaved as expected.
>
> Check out the service file for qingy. It is actually aliased to
> qingy at tty1. So I presume copying it over to /etc/systemd/system and
> changing that the the tty of your choice would solve that issue.
>
> See the bottom of the service file in the [Install] section.
>
> % cat qingy at .service
> cat qingy at .service
> [Unit]
> Description=Quingy on %I
> Documentation=info:qingy
> ...
>
> [Install]
> Alias=getty.target.wants/qingy at tty1.service
>
> Regards,
Just curious (if you know): what should the service file look like for
it to work properly when you issue the systemctl enable command? Should
it be: Alias=getty.target.wants/qingy@%I.service ?
Thanks,
DR
More information about the arch-general
mailing list