Bug 864939

Summary: Note that systemctl now assumes ".service"
Product: [Retired] Fedora Documentation Reporter: Matthew Miller <mattdm>
Component: release-notesAssignee: Release Notes Tracker <relnotes>
Status: CLOSED CURRENTRELEASE QA Contact: Karsten Wade <kwade>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: develCC: me, wb8rcr, zach
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-15 00:52:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 151189    

Description Matthew Miller 2012-10-10 12:48:49 UTC
Provide details here.  Do not change the blocking bug.

Previously, systemd required services to have .service appended in systemctl commands;

$ sudo systemctl restart myservice
$ Failed to issue method call: Unit name myservice is not valid.
-bash: Failed: command not found
$ sudo systemctl restart myservice.service
[okay]

Starting with F18, if there is no dot suffix, systemctl will assume you meant a service and just work.

This should go in the release notes, because it's a common end-user complaint about the systemctl user interface.

Comment 1 Pete Travis 2012-10-19 12:35:52 UTC
Added to the server configuration tools beat.

Thanks, Matthew!