opensmtpd service: remove redundant wants network.target
Already part of normal bootup.
This commit is contained in:
parent
f24ffc4919
commit
ab1e216942
@ -102,7 +102,6 @@ in {
|
|||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
wants = [ "network.target" ];
|
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
preStart = ''
|
preStart = ''
|
||||||
mkdir -p /var/spool/smtpd
|
mkdir -p /var/spool/smtpd
|
||||||
|
Loading…
Reference in New Issue
Block a user