|
[Unit]
|
|
Description=[::SATS::] Sync target
|
|
Requires=sats-boot.service
|
|
Wants=sats-install.service
|
|
After=sats-boot.service sats-install.service
|
|
AssertPathExists=/target/sync
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
User=sats
|
|
Group=sats
|
|
|
|
ExecStart=/usr/bin/test -e /target/sync |