Skip to content

Commit

Permalink
Add network-online.target to service (#12)
Browse files Browse the repository at this point in the history
Add network-online.target to service

If Firewalld is enabled, Cgproxy should running after the network was up to online to avoid conflict from Firewalld.
  • Loading branch information
sixg0000d committed Aug 6, 2020
1 parent aa05c07 commit 55d67f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgproxy.service.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=cgproxy service
After=network.target
After=network.target network-online.target

[Service]
Type=simple
Expand Down

0 comments on commit 55d67f4

Please sign in to comment.