mirror of https://github.com/mikaku/Monitorix.git
updated the 'monitorix.service' file. [#20]
This commit is contained in:
parent
97fae13138
commit
0a43587165
2
Changes
2
Changes
|
@ -6,6 +6,8 @@
|
||||||
- Added the script 'htpasswd.pl' to be able to encrypt passwords. [#14]
|
- Added the script 'htpasswd.pl' to be able to encrypt passwords. [#14]
|
||||||
- Added the ability to specify an optional host address for the built-in HTTP
|
- Added the ability to specify an optional host address for the built-in HTTP
|
||||||
server to bind to. [#19]
|
server to bind to. [#19]
|
||||||
|
- Updated the 'monitorix.service' file. [#20]
|
||||||
|
(thanks to Christopher Meng, rpm AT cicku.me)
|
||||||
- Fixed a bug that prevented seeing the Core temperatures in the 'lmsens' graph.
|
- Fixed a bug that prevented seeing the Core temperatures in the 'lmsens' graph.
|
||||||
(thanks to Bryan Guidroz, bryanguidroz AT hotmail.com)
|
(thanks to Bryan Guidroz, bryanguidroz AT hotmail.com)
|
||||||
- Fixed a typo in the monitorix.conf(5) man page.
|
- Fixed a typo in the monitorix.conf(5) man page.
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Monitorix
|
Description=Monitorix
|
||||||
|
Documentation=man:monitorix(8)
|
||||||
Wants=local-fs.target
|
Wants=local-fs.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
EnvironmentFiles=-/etc/sysconfig/monitorix
|
||||||
ExecStart=/usr/bin/monitorix -c /etc/monitorix.conf -p /run/monitorix.pid
|
ExecStart=/usr/bin/monitorix -c /etc/monitorix.conf -p /run/monitorix.pid
|
||||||
PIDFile=/run/monitorix.pid
|
PIDFile=/run/monitorix.pid
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue