Displaying 2 results from an estimated 2 matches for "greenstone3".
Did you mean:
greenstone
2015 Sep 23
3
Help with systemd
Hi
I am trying to get Greenstone3 http://www.greenstone.org/download to work
with systemd.
So far I have come up with the following which works but feels more like a
hack than a solution.
Does anyone have any suggestions on how to do this better ?
# cat /etc/tmpfiles.d/greenstone3.conf
d /run/greenstone3 0755 gs3 gs3 -
# cat /etc...
2015 Sep 23
0
Help with systemd
On Thu, Sep 24, 2015 at 09:36:59AM +1200, Clint Dilks wrote:
> # cat /etc/systemd/system/greenstone3.service
> # Systemd unit file for Greenstone 3
> [Unit]
> Description=Greenstone 3 Server
> After=syslog.target network.target
>
> [Service]
> Type=forking
> PIDFile=/run/greenstone3/greenstone3.pid
> Environment=PATH=/usr/apache-ant-1.9.6/bin:/usr/local/sbin:/usr/local/...