Newer
Older
[Unit]
Description=Commoncrawl Graph Serve
After=syslog.target network.target
[Service]
PIDFile=/run/commoncrawl_graph_serve.pid
ExecStart=/usr/bin/commoncrawl_graph_serve
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s QUIT $MAINPID
PrivateTmp=true
User=commoncrawl