Linux CentOs Restart Services -


i have applications running on remote centos server. i'd want them restart in case of unexpected server failures or shutdown or application crashes. suggestions on how achieve ?

just make them "respawn" in inittab. init can maintain processes running. set process need continually run have action field type of "respawn".

see here.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -