Skip to content

Commit

Permalink
chore(systemd): align systemd unit definitions with OCI asset paths (#…
Browse files Browse the repository at this point in the history
…241)

Signed-off-by: Ariadne Conill <[email protected]>
  • Loading branch information
kaniini authored Jul 10, 2024
1 parent 2f866ad commit 783dd51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/systemd/kratad.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description=Krata Isolation Engine
[Service]
Restart=on-failure
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
User=root

Expand Down
2 changes: 1 addition & 1 deletion resources/systemd/kratanet.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Wants=kratad.service
After=kratad.service
Restart=on-failure
Type=simple
ExecStart=/usr/libexec/kratanet
ExecStart=/usr/sbin/kratanet
Environment=RUST_LOG=info
User=root

Expand Down

0 comments on commit 783dd51

Please sign in to comment.