aurae-runtime / auraed

Secure mTLS and gRPC backed runtime daemon. Alternative to systemd. Written in Rust.
https://aurae.io/auraed
Apache License 2.0
60 stars 11 forks source link

Trigger reboot/shutdown from grpc #37

Open MalteJ opened 2 years ago

MalteJ commented 2 years ago

it should be possible to trigger a system reboot or a shutdown via the grpc API. If auraed has a process ID > 1 this action should result in a graceful shutdown and exit of auraed instead.

See also #36