Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
avahi
avahi-bookmarks.init
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File avahi-bookmarks.init of Package avahi
#! /bin/sh ### BEGIN INIT INFO # Provides: avahi-bookmarks # Required-Start: $network $remote_fs avahi-dnsconfd # Required-Stop: $network $remote_fs avahi-dnsconfd # Default-Start: 3 5 # Default-Stop: # Short-Description: ZeroConf Bookmarks server # Description: Avahi ZeroConf Bookmarks server ### END INIT INFO AVAHI_BIN=/usr/bin/avahi-bookmarks test -x $AVAHI_BIN || exit 5 . /etc/rc.status rc_reset case "$1" in start) echo -n "Starting Avahi Bookmarks server" /sbin/startproc -q -u avahi $AVAHI_BIN rc_status -v ;; stop) echo -n "Shutting down Avahi Bookmarks server" /sbin/killproc $AVAHI_BIN rc_status -v ;; try-restart|condrestart) if test "$1" = "condrestart"; then echo "${attn} Use try-restart ${done}(LSB)${attn} rather than condrestart ${warn}(RH)${norm}" fi $0 status if test $? = 0; then $0 restart else rc_reset fi rc_status ;; restart) $0 stop $0 start rc_status ;; force-reload|reload) echo -n "Reloading Avahi Bookmarks server" $AVAHI_BIN -r rc_status -v ;; status) echo -n "Checking for Avahi Bookmarks server: " /sbin/checkproc $AVAHI_BIN rc_status -v ;; *) echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload}" exit 1 ;; esac
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