New ebuild for remote control
This commit is contained in:
parent
9648b025b1
commit
264819409e
4 changed files with 44 additions and 0 deletions
14
app-misc/odroidc1-remote/files/odroid_remote
Normal file
14
app-misc/odroidc1-remote/files/odroid_remote
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#!/sbin/runscript
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/files/hdparm-init-8,v 1.3 2012/04/29 00:30:18 vapier Exp $
|
||||
|
||||
depend() {
|
||||
use udev
|
||||
}
|
||||
|
||||
start() {
|
||||
ebegin "Starting odroidc1_remote"
|
||||
start-stop-daemon --start --exec /usr/bin/odroid_remote -- /etc/odroid_remote.conf
|
||||
eend $?
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue