View Single Post
lorenzo's Avatar
Posts: 491 | Thanked: 299 times | Joined on Jul 2012 @ Pordenone IT
#1183
if someone needs here the scripts to stop and start billboard and calendar notification

Code:
sh -c "echo rootme | devel-su -c '/home/user/scripts/stopapp.sh'"

sh -c "echo rootme | devel-su -c '/home/user/scripts/startapp.sh'"
if you want to add other daemons just add a line

Code:
/sbin/stop apps/appname
/sbin/start apps/appname
EDIT: do chmod 775 before use it
Attached Files
File Type: txt stopapp.txt (129 Bytes, 200 views)
File Type: txt startapp.txt (133 Bytes, 151 views)

Last edited by lorenzo; 2013-03-19 at 18:29.
 

The Following 4 Users Say Thank You to lorenzo For This Useful Post: