1
0
forked from brl/citadel
citadel/meta-citadel/recipes-citadel/citadel-config/files/systemd/launch-default-realm.service

9 lines
149 B
SYSTEMD
Raw Normal View History

2018-03-18 19:20:36 -04:00
[Unit]
Description=Launch default realm
ConditionPathExists=!/run/realms
[Service]
ExecStart=/usr/bin/realms start
Type=oneshot
RemainAfterExit=yes