coreos / mayday

A diagnostics tool for capturing system state.
Apache License 2.0
80 stars 27 forks source link

Mayday fails when run on a system lacking systemd #61

Open brianredbeard opened 7 years ago

brianredbeard commented 7 years ago

When run on an OpenRC based system, mayday fails with the following:

$ ./mayday 
2017/01/14 20:46:23 loading config from /etc/mayday/default.json
2017/01/14 20:46:23 The name org.freedesktop.systemd1 was not provided by any .service files

We need to decide the proper behavior. (should it continue but exit non zero?, does it matter?)

tschuy commented 7 years ago

Fixed by #63