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@daroselin ~]$ sudo systemctl enable qingy@tty6 > > ln -s '/usr/lib/systemd/system/qingy@.service' > > '/etc/systemd/system/getty.target.wants/qingy@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@tty1.service to quingy@tty6.service > then it behaved as expected. Check out the service file for qingy. It is actually aliased to qingy@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@.service cat qingy@.service [Unit] Description=Quingy on %I Documentation=info:qingy ... [Install] Alias=getty.target.wants/qingy@tty1.service Regards, -- Curtis Shimamoto sugar.and.scruffy@xxxxxxxxx