Skip to content

Commit

Permalink
Launch python client services only after network-online target
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Jul 31, 2023
1 parent d3317e9 commit 2ccedbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/ctrlboard/service-infra/piscsi-ctrlboard.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=PiSCSI Control Board service
After=network.target piscsi.service
After=network-online.target piscsi.service

[Service]
Type=simple
Expand Down
2 changes: 1 addition & 1 deletion python/oled/service-infra/piscsi-oled.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=PiSCSI-OLED Monitor service
After=network.target piscsi.service
After=network-online.target piscsi.service

[Service]
Type=simple
Expand Down
2 changes: 1 addition & 1 deletion python/web/service-infra/piscsi-web.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=PiSCSI-Web service
After=network.target
After=network-online.target piscsi.service

[Service]
Type=simple
Expand Down

0 comments on commit 2ccedbe

Please sign in to comment.