Skip to content

Commit

Permalink
netlog: Wait for network-online.target not network.target
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Jul 4, 2023
1 parent ee6ea4f commit d440ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlog/netlog.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Requires=network.target
After=network.target
Wants=network-online.target
After=network-online.target

[Service]
ExecStart=/usr/sbin/netlog --daemon /var/log/messages /var/log/mail.log
Expand Down

0 comments on commit d440ab8

Please sign in to comment.