Am 20.02.2013 21:52, schrieb Martín Marqués: >> well it is a sysv-script, but chkconfig/systemctl are working in both >> directions as wrapper > > Uhhhh???? there is only systemd in Fedora which SyV compatibility layer > # systemctl enable network.service > network.service is not a native service, redirecting to /sbin/chkconfig. > Executing /sbin/chkconfig network on > > Looks like network is still a SysV yes, but that doe snot change the fact it is handeled by systemd because sysvinit/upstart is simply not here "network.service is not a native service, redirecting to /sbin/chkconfig" is what is called a wrapper, the same works in teh other direction [root@srv-rhsoft:~]$ chkconfig mysqld off Note: Forwarding request to 'systemctl disable mysqld.service'. rm '/etc/systemd/system/multi-user.target.wants/mysqld.service' [root@srv-rhsoft:~]$ chkconfig mysqld on Note: Forwarding request to 'systemctl enable mysqld.service'. ln -s '/usr/lib/systemd/system/mysqld.service' '/etc/systemd/system/multi-user.target.wants/mysqld.service'
Attachment:
signature.asc
Description: OpenPGP digital signature
-- 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