22 lines
656 B
Desktop File
22 lines
656 B
Desktop File
[Unit]
|
|
Description=LXC Android Config and Container Initialization
|
|
After=android-mount.service
|
|
Wants=android-mount.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=exec
|
|
# Move the actual container start-up as an ExecStartPre.
|
|
# While is not-entirely-correct(TM) this allows for the notification
|
|
# script to block.
|
|
# The container is now started in background, and lxc-android-notify
|
|
# has the task to notify systemd when it's ready.
|
|
ExecStartPre=/usr/bin/lxc-start -n android -d
|
|
ExecStart=/usr/lib/lxc-android/lxc-android-notify
|
|
KillMode=mixed
|
|
TimeoutStopSec=30s
|
|
ExecStop=/usr/lib/lxc-android/lxc-android-stop
|
|
Delegate=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|