Re: [arch-general] Qingy on systemd

2012-11-08 Thread Steve Randall
On Thu, 8 Nov 2012 16:35:56 -0800 Curtis Shimamoto wrote: > On 11/08/12 at 04:00pm, David Rosenstrauch wrote: > > Looks like it doesn't: > > > > [darose@daroselin ~]$ sudo systemctl enable qingy@tty6 > > ln -s '/usr/lib/systemd/system/qingy@.service' > > '/etc/systemd/system/getty.target.wants/q

Re: [arch-general] Qingy on systemd

2012-11-08 Thread Tom Gundersen
On Fri, Nov 9, 2012 at 1:35 AM, Curtis Shimamoto wrote: > On 11/08/12 at 04:00pm, David Rosenstrauch wrote: >> Looks like it doesn't: >> >> [darose@daroselin ~]$ sudo systemctl enable qingy@tty6 >> ln -s '/usr/lib/systemd/system/qingy@.service' >> '/etc/systemd/system/getty.target.wants/qingy@%I.s

Re: [arch-general] Qingy on systemd

2012-11-08 Thread Curtis Shimamoto
On 11/08/12 at 04:00pm, David Rosenstrauch wrote: > Looks like it doesn't: > > [darose@daroselin ~]$ sudo systemctl enable qingy@tty6 > ln -s '/usr/lib/systemd/system/qingy@.service' > '/etc/systemd/system/getty.target.wants/qingy@%I.service' > > :-) > > > Sucks that this doesn't work as advert

Re: [arch-general] Qingy on systemd

2012-11-08 Thread David Rosenstrauch
On 11/08/2012 01:13 PM, Curtis Shimamoto wrote: On 11/08/12 at 11:42am, David Rosenstrauch wrote: 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 ? T

Re: [arch-general] Qingy on systemd

2012-11-08 Thread Curtis Shimamoto
On 11/08/12 at 11:42am, David Rosenstrauch wrote: > 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@tty1.service to quingy@tty6.service > >>then it

Re: [arch-general] Qingy on systemd

2012-11-08 Thread David Rosenstrauch
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@tty1.service to quingy@tty6.service then it behaved as expected. Check out the service file for qingy. It is

Re: [arch-general] Qingy on systemd

2012-11-08 Thread Curtis Shimamoto
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 b

Re: [arch-general] Qingy on systemd

2012-11-08 Thread Tom Rand
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 instruct

[arch-general] Qingy on systemd

2012-11-06 Thread David Rosenstrauch
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 tri