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

11 lines
209 B
SYSTEMD
Raw Normal View History

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