[arch-general] Qingy on systemd

Curtis Shimamoto sugar.and.scruffy at gmail.com
Thu Nov 8 10:08:29 EST 2012


On 11/08/12 at 07:04am, Tom Rand wrote:
> On Tue, Nov 06, 2012 at 01:16:43PM -0500, David Rosenstrauch wrote:
> > I recently switched over to systemd, and am trying to get my system
> > set up the way I like under there.  I'm trying to set up qingy on
> > systemd right now, but it doesn't seem to be working properly.
> > 
> > I followed the instructions here:
> > 
> > https://wiki.archlinux.org/index.php/Qingy#Systemd
> > 
> > ... and tried to set up qingy on tty6.  But that doesn't seem to
> > work. The systemctl command seems to always try to set up qingy on
> > tty1:
> > 
> > [darose at daroselin ~]$ sudo systemctl enable qingy at tty6
> > ln -s '/usr/lib/systemd/system/qingy at .service'
> > '/etc/systemd/system/getty.target.wants/qingy at tty1.service'
> > 
> > In addition, qingy seems to be freezing on me whenever I try to
> > access it on the tty.
> > 
> > Anyone have any idea what's going on with this?  I didn't see any
> > bug reports about it.
> > 
> > Thanks,
> > 
> > DR
> 
> 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,
-- 
Curtis Shimamoto
sugar.and.scruffy at gmail.com


More information about the arch-general mailing list