9 lines
149 B
SYSTEMD
9 lines
149 B
SYSTEMD
|
[Unit]
|
||
|
Description=Launch default realm
|
||
|
ConditionPathExists=!/run/realms
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/realms start
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|