From Fedora Project Wiki
No edit summary |
Immanetize (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
[[Category:Draft documentation]] | [[Category:Draft documentation]] | ||
[[Category:Documentation beats]] | [[Category:Documentation beats]] | ||
systemctl, the utility used to administer services and other systemd targets, will now assume that it is working with a service. Administrators will no longer have to append '.service' to the name of the daemon they are administering. For example, `systemctl restart dhcpd` will now just work, but previous releases required `systemctl restart dhcpd.service`. |
Revision as of 12:33, 19 October 2012
systemctl, the utility used to administer services and other systemd targets, will now assume that it is working with a service. Administrators will no longer have to append '.service' to the name of the daemon they are administering. For example, systemctl restart dhcpd
will now just work, but previous releases required systemctl restart dhcpd.service
.