I setup the init.d script per geoservers guide. I edited the variables for my configuration. when i run service geoserver start (/etc/init.d/geoserver) here is the output.
#! /bin/sh### BEGIN INIT INFO# Provides: geoserver# Required-Start: $local_fs $remote_fs# Required-Stop: $local_fs $remote_fs# Default-Start: 2 3 4 5# Default-Stop: S 0 1 6# Short-Description: GeoServer OGC server### END INIT INFO# Author: Lennart J
أكثر...
root@vps61716:/var/log# service geoserver start Failed to start geoserver.service: Unit geoserver.service failed to load: No such file or directory.
Here is my init script
#! /bin/sh### BEGIN INIT INFO# Provides: geoserver# Required-Start: $local_fs $remote_fs# Required-Stop: $local_fs $remote_fs# Default-Start: 2 3 4 5# Default-Stop: S 0 1 6# Short-Description: GeoServer OGC server### END INIT INFO# Author: Lennart J
أكثر...