FIxed service dependencies & order
This commit is contained in:
parent
c8a5f0f191
commit
604dd38517
|
@ -1,7 +1,7 @@
|
|||
[Unit]
|
||||
Description=SATS Boot Process
|
||||
Requires=network-online.target
|
||||
After=network-online.target network.target
|
||||
After=network-online.target
|
||||
Before=sats-loop.service
|
||||
|
||||
[Service]
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
[Unit]
|
||||
Description=SATS (Secure Authentication and Tracking SYSTEM) Daemon
|
||||
Wants=sats-boot.service
|
||||
After=sats-boot.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
Loading…
Reference in New Issue