miztake / certmonger

Forked from certmonger 4 years ago
Clone

c2687bd Change /var/run -> /run in systemd service file

Authored and Committed by orion 4 years ago
    Change /var/run -> /run in systemd service file
    
    systemd 239 complains about the legacy of certmonger's PID file which is
    located in /var/run.
    
    Signed-off-by: Orion Poplawski <orion@nwra.com>