Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:tpatzig
pound
pound-suse.init
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pound-suse.init of Package pound
#! /bin/sh # Copyright (c) 1995-1998 SuSE GmbH Nuernberg, Germany. # # Author: adrian@suse.de, template by ro@suse.de # # /etc/init.d/pound # and its symbolic link # /usr/sbin/rcpound # ### BEGIN INIT INFO # Provides: pound # Required-Start: $time $named $syslog # Required-Stop: # Default-Start: 3 5 # Default-Stop: 0 1 2 4 6 # Description: A lightweight HTTP proxy ### END INIT INFO . /etc/rc.status # Determine the base and follow a runlevel link name. base=${0##*/} link=${base#*[SK][0-9][0-9]} # Force execution if not called by a runlevel directory. test -x /usr/sbin/pound || exit 0 rc_reset case "$1" in start) echo -n "Starting Pound HTTP Proxy Daemon" startproc /usr/sbin/pound rc_status -v ;; stop) echo -n "Shutting down Pound HTTP Proxy Daemon" killproc -TERM /usr/sbin/pound rc_status -v ;; restart) ## If first returns OK call the second, if first or ## second command fails, set echo return value. $0 stop && $0 start rc_status ;; force-reload) ## If first returns OK call the second, if first or ## second command fails, set echo return value. $0 stop; sleep 1 && $0 start rc_status ;; reload) ;; status) echo -n "Checking for Pound HTTP Proxy Daemon: " checkproc /usr/sbin/pound rc_status -v ;; *) echo "Usage: $0 {start|stop|status|restart|reload}" exit 1 ;; esac rc_exit
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor