FIxed service dependencies & order

This commit is contained in:
xdrm-brackets 2017-01-26 10:26:58 +01:00
parent c8a5f0f191
commit 604dd38517
2 changed files with 3 additions and 1 deletions

View File

@ -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]

View File

@ -1,5 +1,7 @@
[Unit]
Description=SATS (Secure Authentication and Tracking SYSTEM) Daemon
Wants=sats-boot.service
After=sats-boot.service
[Service]
Type=simple