forked from brl/citadel
9 lines
158 B
SYSTEMD
9 lines
158 B
SYSTEMD
|
[Unit]
|
||
|
Description=Launch default appimg
|
||
|
ConditionPathExists=!/run/appimg
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/citadel-appimg start
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|