Open
Description
Hi! I want to properly package sozu (using systemd) in nixpkgs (in case anyone doesn't know nixpkgs, it is a package manager used by NixOS or Nix programming language). So I am looking at the https://github.com/sozu-proxy/sozu/tree/master/os-build/systemd and wondering:
- why it wants to write a PID file in the first place
- Does RUNDIR same with RuntimeDirectory?
I have asked this in gitter but no one answered. I hope this is the place to discuss on this matter.