On Fri, Apr 27, 2012 at 3:05 PM, Mike Wright <mike.wri...@mailinator.com> wrote:
> Hi all,
>
> While trying to get vncserver working I found this within
>
>    /lib/systemd/system/vncserver@.service file.
>
>        /usr/bin/vncserver %i
>
> What is %i?
>
> Can anybody explain from where this syntax derives?

It appears the "@" allows the service to run multiple instances, which
I can see as a good thing for vnc. In order to start the service I
think you'll need to name your instance, i.e.:

systemctl start vncserver@<my_instance_designator>.service

and the "%i" will resolve to your instance designator.

Or that's what this link[1] said :)

Richard

http://superuser.com/questions/393423/the-symbol-and-systemctl-and-vsftpd
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to