mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
13 lines
225 B
Desktop File
13 lines
225 B
Desktop File
[Unit]
|
|
Description=Krata Control Daemon
|
|
|
|
[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
|