citadel/meta-citadel/recipes-citadel/citadel-config/files/systemd/launch-default-realm.service

13 lines
302 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
ConditionPathExists=/run/user/1000/pulse/native
ConditionPathExists=/run/user/1000/wayland-0
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