Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 680702 - sys-process/cronie-1.5.3: Unknown lvalue 'PIDfile' in section 'Service' (systemd unit)
Summary: sys-process/cronie-1.5.3: Unknown lvalue 'PIDfile' in section 'Service' (syst...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-17 10:29 UTC by Steffen Weber
Modified: 2019-03-17 11:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Weber 2019-03-17 10:29:48 UTC
systemd[1]: /lib/systemd/system/cronie.service:12: Unknown lvalue 'PIDfile' in section 'Service'

It works if I replace "PIDfile=/run/crond" with "PIDFile=/run/crond.pid" (uppercase "f" and ".pid" extension) in /lib/systemd/system/cronie.service.
Comment 1 Larry the Git Cow gentoo-dev 2019-03-17 11:10:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d88311234514d095f9cc964e45cc7fe2ea3cda

commit 24d88311234514d095f9cc964e45cc7fe2ea3cda
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-03-17 11:09:33 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-03-17 11:10:05 +0000

    sys-process/cronie: Fixed cronie-1.5.3-systemd.patch
    
    Closes: https://bugs.gentoo.org/680702
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 sys-process/cronie/{cronie-1.5.3.ebuild => cronie-1.5.3-r1.ebuild} | 0
 sys-process/cronie/files/cronie-1.5.3-systemd.patch                | 6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)
Comment 2 Steffen Weber 2019-03-17 11:52:04 UTC
Thank you!