]> rtime.felk.cvut.cz Git - hercules2020/jailhouse-build.git/blob - build/rootfs-overlay/etc/systemd/system/jailhouse.service
Allow building a Debian package from the repository
[hercules2020/jailhouse-build.git] / build / rootfs-overlay / etc / systemd / system / jailhouse.service
1 [Unit]
2 Description=Jailhouse hypervisor
3 ConditionKernelCommandLine=jailhouse
4
5 [Service]
6 Type=oneshot
7 RemainAfterExit=true
8 ExecStart=/etc/init.d/jailhouse start
9 ExecStop=/etc/init.d/jailhouse stop
10
11 [Install]
12 WantedBy=multi-user.target