2017-07-23 21:27:51 +00:00
|
|
|
[Unit]
|
|
|
|
Description=[::SATS::] Sync target
|
|
|
|
Requires=sats-boot.service
|
|
|
|
Wants=sats-install.service
|
|
|
|
After=sats-boot.service sats-install.service
|
2017-07-24 16:03:08 +00:00
|
|
|
AssertPathExists=/target/sync
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
|
|
|
User=sats
|
|
|
|
Group=sats
|
|
|
|
|
2017-07-24 16:37:54 +00:00
|
|
|
ExecStart=/usr/bin/test -e /target/sync
|