oar-team / oar

OAR is a versatile resource and task manager (also called a batch scheduler) for clusters and other computing infrastructures.
http://oar.imag.fr/
GNU General Public License v2.0
43 stars 22 forks source link

oar-server and oar-node init.d script is not working properly and should implement the status command #5

Open mickours opened 10 years ago

mickours commented 10 years ago

In need the init.d status command to return 0 if alive and 1 if stopped for an automation using Salt.

mickours commented 10 years ago

the command: service oar-server stop always give the same answer: Stopping OAR resource manager (server):. Even if the server is already down.

npf commented 9 years ago

To fix later when rewriting the startup script as a systemd unit.

npf commented 8 years ago

@mickours : can you work on this ?

mickours commented 8 years ago

@SalemHarrache did you make a unit files for oar-server and oar-node in oar-docker?