Bug 1154322 - systemd-unit: After belong to [Unit]
Summary: systemd-unit: After belong to [Unit]
Keywords:
Status: CLOSED DUPLICATE of bug 1154284
Alias: None
Product: Fedora
Classification: Fedora
Component: cups
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-18 19:34 UTC by Harald Reindl
Modified: 2014-10-18 20:13 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-10-18 20:13:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Harald Reindl 2014-10-18 19:34:47 UTC
what is that? did anybody ever test that systemd-unit before the build?

After/Before never ever belongs in the [Install] section

* Do Okt 16 2014 Tim Waugh <twaugh> - 1:1.7.5-8
- Start cups.service after network.target (bug #1153660)

don't get me wrong, but such changes should be tested *local* and after "systemctl daemon-reload" logfiles reviewed
_____________________________________________

Oct 18 21:30:53 srv-rhsoft systemd: [/usr/lib/systemd/system/cups.service:11] Unknown lvalue 'After' in section 'Install'

[root@srv-rhsoft:~]$ cat /usr/lib/systemd/system/cups.service
[Unit]
Description=CUPS Printing Service

[Service]
ExecStart=/usr/sbin/cupsd -f
PrivateTmp=true

[Install]
Also=cups.socket cups.path
WantedBy=printer.target
After=network.target
[root@srv-rhsoft:~]$

Comment 1 Tim Waugh 2014-10-18 20:13:56 UTC

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


Note You need to log in before you can comment on or make changes to this bug.