packages/Xorg/app/pwrtray/files/etc/init.d/pwrtray-backend

13 lines
182 B
Plaintext
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2010 OpenWrt.org
START=99
start() {
[ -x /usr/bin/pwrtray-backend ] && /usr/bin/pwrtray-backend
}
stop() {
killall -q pwrtray-backend
}