This unit is provided by:
Options
-
[Install]-
WantedBy=multi-user.target
-
-
[Service]-
Environment="MAILGRAPH_OPTS=-v --statfile /var/log/mailgraph/mailgraph.stats" "MAILGRAPH_PID=/var/run/mailgraph.pid" "MAILGRAPH_RRD=/var/lib/mailgraph" "MAILGRAPH_LOG=/var/log/mailgraph/mailgraph.log" "MAILGRAPH_LOG_FILE=/var/log/mail" "MAILGRAPH_LOG_TYPE=rsyslog" -
EnvironmentFile=-/etc/sysconfig/mailgraph -
ExecStart=/bin/bash -c 'LANG=C /usr/bin/journalctl -af | /usr/bin/mailgraph.pl -c --daemon-rrd /var/lib/mailgraph -l -' -
ExecStart=/usr/bin/mailgraph.pl $MAILGRAPH_OPTS --logfile ${MAILGRAPH_LOG_FILE} --logtype ${MAILGRAPH_LOG_TYPE} --daemon-rrd ${MAILGRAPH_RRD} --daemon-log ${MAILGRAPH_LOG} -
ExecStart=/usr/sbin/mailgraph -d -l /var/log/mail.log --daemon-rrd=/var/lib/mailgraph --ignore-localhost -
Nice=19 -
PrivateDevicesIntroduced in systemd 209=yes -
ProtectClockIntroduced in systemd 245=yes -
ProtectControlGroupsIntroduced in systemd 232=yes -
ProtectHomeIntroduced in systemd 214=yes -
ProtectHostnameIntroduced in systemd 242=yes -
ProtectKernelLogsIntroduced in systemd 244=yes -
ProtectKernelModulesIntroduced in systemd 232=yes -
ProtectKernelTunablesIntroduced in systemd 232=yes -
ProtectSystemIntroduced in systemd 214=full -
RestrictRealtimeIntroduced in systemd 231=yes -
SyslogIdentifier=mailgraph -
Type=forking
-
-
[Unit]-
After= -
After=mail-transfer-agent.target -
Description=RRDtool frontend for Mail statistic (mailgraph) -
Description=mailgraph mail log file analyzer -
Documentation=http://mailgraph.schweikert.ch/
-
Additionnal notes
Nothing here.