forked from mirrors/nixpkgs
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 {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
wants = [ "network.target" ];
|
||||
after = [ "network.target" ];
|
||||
preStart = ''
|
||||
mkdir -p /var/spool/smtpd
|
||||
|
|
Loading…
Reference in a new issue