mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-16 06:05:53 -06:00
13 lines
283 B
Desktop File
13 lines
283 B
Desktop File
[Unit]
|
|
Description=SendmailAnalyzer a sendmail/postfix log analyzer
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sendmailanalyzer/sendmailanalyzer -f
|
|
ExecStop=/bin/kill -TERM sendmailanalyzer
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=sendmailanalyzer.service
|
|
|