mirror of
https://github.com/akuker/RASCSI.git
synced 2024-10-05 21:56:47 +00:00
Launch python client services only after network-online target (#1197)
This commit is contained in:
parent
d3317e9702
commit
8089bb93f3
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=PiSCSI Control Board service
|
||||
After=network.target piscsi.service
|
||||
After=network-online.target piscsi.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=PiSCSI-OLED Monitor service
|
||||
After=network.target piscsi.service
|
||||
After=network-online.target piscsi.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=PiSCSI-Web service
|
||||
After=network.target
|
||||
After=network-online.target piscsi.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
Loading…
Reference in New Issue
Block a user