Skip to content

Commit

Permalink
Merge pull request #5783 from freedomofpress/5778-ossec-reconnect
Browse files Browse the repository at this point in the history
Update ossec service files to start after the local network is online
  • Loading branch information
kushaldas authored Feb 11, 2021
2 parents 65e8d6b + d29d85f commit b5b0ff3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[Unit]
Description=OSSEC service for agent
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,5 +1,7 @@
[Unit]
Description=OSSEC service
Wants=network-online.target
After=network.target network-online.target

[Service]
Type=forking
Expand Down

0 comments on commit b5b0ff3

Please sign in to comment.