krata/resources/systemd/kratanet.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

15 lines
233 B
Desktop File

[Unit]
Description=Krata Networking Engine
[Service]
Wants=kratad.service
After=kratad.service
Restart=on-failure
Type=simple
ExecStart=/usr/libexec/kratanet
Environment=RUST_LOG=info
User=root
[Install]
WantedBy=multi-user.target