diff --git a/Changes b/Changes index 7c0b73f..109504d 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,8 @@ - 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 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. (thanks to Bryan Guidroz, bryanguidroz AT hotmail.com) - Fixed a typo in the monitorix.conf(5) man page. diff --git a/docs/monitorix.service b/docs/monitorix.service index 289c613..7a84860 100644 --- a/docs/monitorix.service +++ b/docs/monitorix.service @@ -1,9 +1,11 @@ [Unit] Description=Monitorix +Documentation=man:monitorix(8) Wants=local-fs.target [Service] Type=forking +EnvironmentFiles=-/etc/sysconfig/monitorix ExecStart=/usr/bin/monitorix -c /etc/monitorix.conf -p /run/monitorix.pid PIDFile=/run/monitorix.pid