Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


I want to shutdown the application, when system is going down, where will mention



I want to shutdown the application, when system is going down, where will mention..

Answer / manavalan

Create service script in SysV init runlevel(Boot Time).

Sample Script,

#!/bin/sh
#
# /etc/init.d/mysystem
# Subsystem file for "MySystem" server
#
# chkconfig: 2345 95 05
# description: MySystem server daemon

processname: MySystem
config: /etc/MySystem/mySystem.conf
config: /etc/sysconfig/mySystem
pidfile: /var/run/MySystem.pid
# source function library
. /etc/rc.d/init.d/functions
# pull in sysconfig settings
[ -f /etc/sysconfig/mySystem ] && . /etc/sysconfig/mySystem
RETVAL=0
prog="MySystem"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux General Interview Questions

What does ls -r do?

0 Answers  


What is dracut in linux?

0 Answers  


How much usable space is available, when a Linux system is configured with a RAID 5 array that consists of six 20 GB hard disk drives?

0 Answers  


How big should the swap-space partition be?

7 Answers  


Will linux run windows programs?

0 Answers  


What is a profile file in linux?

0 Answers  


How linux is better than windows?

0 Answers  


Hi, We are porting our application from linux 2.4 to 2.6.Its an medical equipment.So just want to know how could i perform balck box testing on this.Please let me know the scenarios as well.

0 Answers  


What is bash?

0 Answers  


What linus torvalds created?

0 Answers  


Is linux safe from viruses?

0 Answers  


What is the command to make a file executable in linux?

0 Answers  


Categories