Skip to content
Snippets Groups Projects
commoncrawl_graph_serve.service 344 B
Newer Older
Stephen D's avatar
Stephen D committed
[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
Stephen D's avatar
Stephen D committed
Restart=always
RestartSec=3
Stephen D's avatar
Stephen D committed

[Install]
WantedBy=multi-user.target