setup/clone/utility/sats-sync.service

14 lines
276 B
SYSTEMD
Raw Normal View History

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