[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Python bindings



Hello All,

is there an equivalent to command "condor_on -daemon startd" in python bindings?
I can use the following for stopping the startd daemon, but cannot find an inverse command...
import htcondor as htc
local_master = htc.Collector().locate(htc.DaemonTypes.Master)
htc.send_command(
     local_master,
     htc.DaemonCommands.DaemonOffPeaceful,
     'startd'
)

Thank you in advance,
Masaj