diff options
author | CoprDistGit <infra@openeuler.org> | 2025-10-11 06:36:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-10-11 06:36:27 +0000 |
commit | 086f61816d9c4709a4753417ed1fe06709422542 (patch) | |
tree | 1dd233e8d7003043fc19aad1e814792b21371e73 /clamd.exim.service | |
parent | 836dc7112d8166821462e5963c5b95a319b84520 (diff) |
automatic import of eximopeneuler24.03_LTS_SP2
Diffstat (limited to 'clamd.exim.service')
-rw-r--r-- | clamd.exim.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/clamd.exim.service b/clamd.exim.service new file mode 100644 index 0000000..2f60a66 --- /dev/null +++ b/clamd.exim.service @@ -0,0 +1,11 @@ +[Unit] +Description=Clamd Exim An Interface Between MTA And Content Checkers +After=network.target + +[Service] +Type=forking +PIDFile=/run/clamd.exim/clamd.pid +ExecStart=/usr/sbin/clamd -c /etc/clamd.d/exim.conf + +[Install] +WantedBy=multi-user.target |