Skip to content
Snippets Groups Projects
Commit ed195817 authored by Lars Beckers's avatar Lars Beckers
Browse files

Merge branch 'th/nullmailer-queue' into 'master'

nullmailer: Fix queue service installation

See merge request !6
parents 14328462 448f66e8
No related branches found
No related tags found
1 merge request!6nullmailer: Fix queue service installation
Pipeline #3865 passed
[Unit] [Unit]
Description=Enqueueing facility for restricted clients of nullmailer Description=Enqueueing facility for restricted clients of nullmailer
After=networking.target After=networking.target
Before=php-fpm@.service
[Service] [Service]
ExecStart=/usr/local/sbin/nullmailer-queued ExecStart=/usr/local/sbin/nullmailer-queued
...@@ -11,3 +10,6 @@ ProtectSystem=strict ...@@ -11,3 +10,6 @@ ProtectSystem=strict
ProtectControlGroups=yes ProtectControlGroups=yes
ProtectHome=yes ProtectHome=yes
PrivateTmp=yes PrivateTmp=yes
[Install]
WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment