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
-
PrivateDevices
Introduced in systemd 209=yes -
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
RestrictRealtime
Introduced 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.