Skip to content

Support Running as A System Service

We should support running with systemd - this involves

  1. Creating a unit (config) file for systemd - actually we will have a few depending on the server type
  2. Register with systemd notify call when we launch - this can be a replacement for current fork+exec daemon approach (but that can stay as handy for testing/Mac)
  3. Adding a syslog logger with spdlog - it is one of their built-ins, we would only toggle it on with systemd launch.
  4. Adding some E2E tests - won't work in Docker containers but that's ok.