On 03/23/2012 05:26 PM, Timothy Murphy wrote: > Joe Zeff wrote: > >>> Incidentally, none of the systemctl advocates has answered my query: >>> How do I say "chkconfig openvpn on" in systemctl-speak? >> I'm not that fond of systemctl, but I can help with this: >> >> systemctl start openvpn.service >> >> will start it running and >> >> systemctl enable openvpn.service >> >> will make it start @boot. HTH, HAND. > [tim@blanche ~]$ sudo systemctl start openvpn.service > Failed to issue method call: Unit openvpn.service failed to load: No such > file or directory. See system logs and 'systemctl status openvpn.service' > for details. > [tim@blanche ~]$ sudo systemctl enable openvpn.service > Failed to issue method call: No such file or directory > > Nb I know how to start the service, > but I don't know any simple way to enable it. > Also....another weird/silly thing? Seems you need to do... systemctl enable openvpn@.service But, then the actual service to start is... systemctl start openvpn@multi-user.service But, of course, having not configured it one would get.... [root@f16-1 ~]# systemctl start openvpn@multi-user.service Job failed. See system logs and 'systemctl status' for details. [root@f16-1 ~]# systemctl status openvpn@multi-user.service openvpn@multi-user.service - OpenVPN Robust And Highly Flexible Tunneling Application On multi/user Loaded: loaded (/lib/systemd/system/openvpn@.service; enabled) Active: failed since Fri, 23 Mar 2012 17:51:33 +0800; 35s ago Process: 2509 ExecStart=/usr/sbin/openvpn --daemon --writepid /var/run/openvpn/%i.pid --cd /etc/openvpn/ --config %i.conf (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/openvpn@.service/multi-user -- Do not condemn the judgment of another because it differs from your own. You may both be wrong. -- Dandemis -- Do not condemn the judgment of another because it differs from your own. You may both be wrong. -- Dandemis -- Do not condemn the judgment of another because it differs from your own. You may both be wrong. -- Dandemis -- Do not condemn the judgment of another because it differs from your own. You may both be wrong. -- Dandemis -- Do not condemn the judgment of another because it differs from your own. You may both be wrong. -- Dandemis -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx 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