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 are the functions of a linux operating system?

0 Answers  


Is mac a linux or darwin?

0 Answers  


How do you start and stop a service?

0 Answers  


What is $1 in linux?

0 Answers  


Search for: how do I install linux?

0 Answers  


how many types of user accounts are available in linux os? if i assign a uid below 500 to a normal user..wat wil be happened?

5 Answers  


How do I search for files containing specific text in linux?

0 Answers  


What is lilo how is it useful in linux?

0 Answers  


Is linux kernel legal to edit linux kernel?

0 Answers  


How can you login to another system in your network from your system?

0 Answers  


How can we change speed and make full duplex settings for eth0?

0 Answers  


What is semaphore and types?

0 Answers  


Categories