opensmtpd service: remove redundant wants network.target

Already part of normal bootup.
This commit is contained in:
Joachim Fasting 2016-10-24 18:02:18 +02:00
parent f24ffc4919
commit ab1e216942

View File

@ -102,7 +102,6 @@ in {
};
in {
wantedBy = [ "multi-user.target" ];
wants = [ "network.target" ];
after = [ "network.target" ];
preStart = ''
mkdir -p /var/spool/smtpd