2011-08-05 13:07:44 +00:00
|
|
|
# This file is part of package sendmail.
|
|
|
|
|
#
|
|
|
|
|
# Copyright (c) 2011 SuSE LINUX Products GmbH, Germany.
|
|
|
|
|
# Author: Werner Fink
|
|
|
|
|
# Please send feedback to http://www.suse.de/feedback
|
|
|
|
|
#
|
|
|
|
|
# Description:
|
|
|
|
|
#
|
|
|
|
|
# Watch out if any mail will be stored below the
|
|
|
|
|
# directory /var/spool/clientmqueue/ and start the
|
|
|
|
|
# sendmail client service if any.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
|
Description=Sendmail Client Mail Queue Watcher
|
2011-08-11 15:42:18 +00:00
|
|
|
Before=mail-transfer-agent.target
|
2022-07-14 08:27:17 +00:00
|
|
|
After=systemd-tmpfiles-setup.service
|
2011-08-05 13:07:44 +00:00
|
|
|
|
|
|
|
|
[Path]
|
|
|
|
|
DirectoryNotEmpty=/var/spool/clientmqueue
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|