mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
chore(systemd): align systemd unit definitions with OCI asset paths (#241)
Signed-off-by: Ariadne Conill <ariadne@dereferenced.org>
This commit is contained in:
parent
2f866ad47b
commit
783dd51f05
@ -4,7 +4,7 @@ Description=Krata Isolation Engine
|
|||||||
[Service]
|
[Service]
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/libexec/kratad -l unix:///var/lib/krata/daemon.socket
|
ExecStart=/usr/sbin/kratad -l unix:///var/lib/krata/daemon.socket
|
||||||
Environment=RUST_LOG=info
|
Environment=RUST_LOG=info
|
||||||
User=root
|
User=root
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ Wants=kratad.service
|
|||||||
After=kratad.service
|
After=kratad.service
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/libexec/kratanet
|
ExecStart=/usr/sbin/kratanet
|
||||||
Environment=RUST_LOG=info
|
Environment=RUST_LOG=info
|
||||||
User=root
|
User=root
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user