config/config-gate/files/config.service
Dean Troyer 9b95aa0a35 StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:35:52 -07:00

17 lines
362 B
Desktop File

[Unit]
Description=General TIS config gate
After=sw-patch.service
Before=serial-getty@ttyS0.service getty@tty1.service
# Each config service must have a Before statement against config.service, to ensure ordering
[Service]
Type=oneshot
ExecStart=/usr/sbin/wait_for_config_init.sh
ExecStop=
ExecReload=
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target