public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/razercfg/files: razerd.init.d-r1
@ 2014-01-03 19:14 Christian Birchinger (joker)
  0 siblings, 0 replies; only message in thread
From: Christian Birchinger (joker) @ 2014-01-03 19:14 UTC (permalink / raw
  To: gentoo-commits

joker       14/01/03 19:14:35

  Added:                razerd.init.d-r1
  Log:
  Version bump. New version installs the systemd unit file by default.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x0151863A67652900!)

Revision  Changes    Path
1.1                  sys-apps/razercfg/files/razerd.init.d-r1

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/razercfg/files/razerd.init.d-r1?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/razercfg/files/razerd.init.d-r1?rev=1.1&content-type=text/plain

Index: razerd.init.d-r1
===================================================================
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/razercfg/files/razerd.init.d-r1,v 1.1 2014/01/03 19:14:35 joker Exp $

depend() {
	use logger
}

PIDFILE=/run/razerd/razerd.pid

start() {
	ebegin "Starting razerd"
	start-stop-daemon --start \
		--pidfile ${PIDFILE} \
		--exec /usr/sbin/razerd \
		-- --background --pidfile ${PIDFILE}
	eend $?
}

stop() {
	ebegin "Stopping razerd"
	start-stop-daemon --stop --pidfile ${PIDFILE}
	eend $?
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-03 19:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-03 19:14 [gentoo-commits] gentoo-x86 commit in sys-apps/razercfg/files: razerd.init.d-r1 Christian Birchinger (joker)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox