diff --git a/nullmailer/files/nullmailer-queued.service b/nullmailer/files/nullmailer-queued.service index dc8daa74ee02a2adb05ad72a720778e59b3cb2ec..ea172622b0558a3734dfcbafbe1667d88e7c2181 100644 --- a/nullmailer/files/nullmailer-queued.service +++ b/nullmailer/files/nullmailer-queued.service @@ -1,7 +1,6 @@ [Unit] Description=Enqueueing facility for restricted clients of nullmailer After=networking.target -Before=php-fpm@.service [Service] ExecStart=/usr/local/sbin/nullmailer-queued @@ -11,3 +10,6 @@ ProtectSystem=strict ProtectControlGroups=yes ProtectHome=yes PrivateTmp=yes + +[Install] +WantedBy=multi-user.target