krata/resources/systemd/kratad.service
Alex Zenla 9a45d754bf
chore(xenplatform): elf loader should async load the file (#197)
* fix(build): remove unused environment variables

* chore(xenplatform): elf loader should async load the file
2024-06-23 12:57:01 +00:00

13 lines
227 B
Desktop File

[Unit]
Description=Krata Isolation Engine
[Service]
Restart=on-failure
Type=simple
ExecStart=/usr/libexec/kratad -l unix:///var/lib/krata/daemon.socket
Environment=RUST_LOG=info
User=root
[Install]
WantedBy=multi-user.target