Skip to content

Commit

Permalink
Starts the ossec* services only after network is up
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas authored and emkll committed Feb 10, 2021
1 parent 63ba73f commit d29d85f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Unit]
Description=OSSEC service for agent
After=network.target
Wants=network-online.target
After=network.target network-online.target

[Service]
Type=forking
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Unit]
Description=OSSEC service
After=network.target
Wants=network-online.target
After=network.target network-online.target

[Service]
Type=forking
Expand Down

0 comments on commit d29d85f

Please sign in to comment.