Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 638426 - www-misc/monitorix-3.9.0 - /lib/systemd/system/monitorix.service should call /usr/sbin/monitorix
Summary: www-misc/monitorix-3.9.0 - /lib/systemd/system/monitorix.service should call ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Peter
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-22 06:48 UTC by vastchen
Modified: 2017-11-22 07:02 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 vastchen 2017-11-22 06:48:48 UTC
www-misc/monitorix-3.9.0   /lib/systemd/system/monitorix.service 
[Unit]
Description=Monitorix
Documentation=man:monitorix(8)
Wants=local-fs.target

[Service]
Type=forking
EnvironmentFile=-/etc/sysconfig/monitorix
ExecStart=/usr/bin/monitorix -c /etc/monitorix/monitorix.conf -p /run/monitorix.pid
PIDFile=/run/monitorix.pid

[Install]
WantedBy=multi-user.target

ExecStart=/usr/bin/monitorix -c /etc/monitorix/monitorix.conf -p change it shuoud be

ExecStart=/usr/sbin/monitorix -c /etc/monitorix/monitorix.conf -p
Comment 1 vastchen 2017-11-22 07:02:06 UTC
/lib/systemd/system/monitorix.service 
ExecStart=/usr/bin/monitorix -c /etc/monitorix/monitorix.conf -p  →
ExecStart=/usr/sbin/monitorix -c /etc/monitorix/monitorix.conf -p