mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
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 New Issue
Block a user