使用 systemd 启动 google refine

在 /etc/systemd/system/refine.service

[Unit]
Description=Refine
After=network.target

[Service]
ExecStart=/root/openrefine-2.6-rc.2/refine
WorkingDirectory=/root/openrefine-2.6-rc.2

[Install]
WantedBy=multi-user.target

启动

 systemctl enable refine.service
 systemctl start refine.service