Bug 1379262

Summary: systemctl set-default does not work
Product: [Fedora] Fedora Reporter: Eugene <ciceromarcus>
Component: systemdAssignee: systemd-maint
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 25CC: johannbg, jsynacek, lnykryn, msekleta, muadda, ssahani, s, systemd-maint, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-29 09:13:30 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:

Description Eugene 2016-09-26 08:54:03 UTC
Description of problem:

systemctl set-default *.target makes no effect.

ln works fine.

Version-Release number of selected component (if applicable):

systemd-231-4.fc25.x86_64

How reproducible:

Steps to Reproduce:

1. systemctl set-default multy-user.target

2. cat /etc/systemd/system/default.target

---------
[Unit]
Description=Graphical Interface
---------

Actual results:

/etc/systemd/system/default.target references to /lib/systemd/system/graphical.target

Expected results:

/etc/systemd/system/default.target should reference to /lib/systemd/system/multy-user.target

Comment 1 Jan Synacek 2016-09-29 09:13:30 UTC

*** This bug has been marked as a duplicate of bug 1374371 ***