public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/badvpn/files: badvpn-1.999.127-ncd.init badvpn-ncd.service
@ 2013-02-21 15:43 Julian Ospald (hasufell)
  0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2013-02-21 15:43 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/02/21 15:43:14

  Added:                badvpn-1.999.127-ncd.init badvpn-ncd.service
  Log:
  version bump by Ambroz Bizjak wrt #454476
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.1                  net-misc/badvpn/files/badvpn-1.999.127-ncd.init

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/badvpn/files/badvpn-1.999.127-ncd.init?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/badvpn/files/badvpn-1.999.127-ncd.init?rev=1.1&content-type=text/plain

Index: badvpn-1.999.127-ncd.init
===================================================================
#!/sbin/runscript
# Copyright 1999-2013 Gentoo Foundation
# Released under the 3-clause BSD license.

command="${ncd_exec:-"/usr/bin/badvpn-ncd"}"
command_args="${ncd_args} --config-file ${ncd_config:-/etc/ncd.conf}"
command_background="YES"
description="Network Configuration Daemon"
pidfile="/var/run/${RC_SVCNAME}.pid"

depend() {
	need localmount
	after bootmisc
	before netmount
}

start_pre() {
	if yesno "${ncd_syslog:-NO}"; then
		command_args="${command_args}
			--logger syslog
			--syslog-ident \"${ncd_syslog_ident:-${RC_SVCNAME}}\"
			--channel-loglevel ncd_log_msg info"
	fi
}



1.1                  net-misc/badvpn/files/badvpn-ncd.service

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/badvpn/files/badvpn-ncd.service?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/badvpn/files/badvpn-ncd.service?rev=1.1&content-type=text/plain

Index: badvpn-ncd.service
===================================================================
[Unit]
Description=Network Configuation Daemon
After=syslog.target

[Service]
ExecStart=/usr/bin/badvpn-ncd --logger syslog --syslog-ident ncd --loglevel warning --channel-loglevel ncd_log_msg info /etc/ncd.conf
Restart=always

[Install]
WantedBy=multi-user.target






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

only message in thread, other threads:[~2013-02-21 15:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-21 15:43 [gentoo-commits] gentoo-x86 commit in net-misc/badvpn/files: badvpn-1.999.127-ncd.init badvpn-ncd.service Julian Ospald (hasufell)

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