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

Daemon should create socket diretory #35

Closed wayneeseguin closed 1 year ago

wayneeseguin commented 1 year ago

When the daemon starts up it should check and create the configured socket directory if it doesn't exist already (ex: /var/run/aurae).

MalteJ commented 1 year ago

This should already be implemented: https://github.com/aurae-runtime/auraed/blob/main/src/lib.rs#L101

Maybe you have started auraed without having permissions to write to /var/run (non-root user)?

wayneeseguin commented 1 year ago

I SWEAR it errored on that on Friday... super odd. Looks to be working now.