Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 681348 - www-misc/monitorix - systemd service uses wrong exec path
Summary: www-misc/monitorix - systemd service uses wrong exec path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Pedro
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-03-23 04:55 UTC by David
Modified: 2019-04-09 08:07 UTC (History)
1 user (show)

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 David 2019-03-23 04:55:30 UTC
www-misc/monitorix systemd service file has wrong executable path

/lib/systemd/system/monitorix.service

ExecStart=/usr/bin/monitorix -c /etc/monitorix/monitorix.conf -p /run/monitorix.pid

Where monitorix installs binary in /usr/sbin/monitorix
Comment 1 Larry the Git Cow gentoo-dev 2019-04-09 08:07:48 UTC
The bug has been closed via the following commit(s):

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

commit e53604532f966e9c3399169b87d30b16cd4e7070
Author:     Pedro Arizmendi <dwosky@zoho.com>
AuthorDate: 2019-03-21 16:45:48 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2019-04-09 07:29:06 +0000

    www-misc/monitorix: version bump to 3.11.0.
    
    - Updated monitorix to version 3.11.0
    - Fixed systemd script bug referencing the wrong path
    - Updated init.d script to avoid issues
    
    Closes: https://bugs.gentoo.org/681348
    Signed-off-by: Pedro Arizmendi <dwosky@zoho.com>
    Package-Manager: Portage-2.3.62, Repoman-2.3.11
    Closes: https://github.com/gentoo/gentoo/pull/11446
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 www-misc/monitorix/Manifest                |   1 +
 www-misc/monitorix/files/monitorix         |  30 +++++++++
 www-misc/monitorix/files/monitorix.init    |  24 -------
 www-misc/monitorix/monitorix-3.11.0.ebuild | 105 +++++++++++++++++++++++++++++
 4 files changed, 136 insertions(+), 24 deletions(-)