start html cleanup
This commit is contained in:
@@ -369,7 +369,6 @@ except:
|
||||
for o,a in optlist:
|
||||
if o == '-b':
|
||||
msgboot['boot']=1
|
||||
msgonly=True
|
||||
elif o == '-c':
|
||||
configfile=a
|
||||
cmdargs += [o, a]
|
||||
@@ -486,7 +485,7 @@ if msgonly:
|
||||
|
||||
#
|
||||
|
||||
syslog.openlog(logoption=syslog.LOG_PID, facility=syslog.LOG_DAEMON)
|
||||
syslog.openlog('hbc', syslog.LOG_PID, syslog.LOG_DAEMON)
|
||||
if fdaemon:
|
||||
|
||||
pidfile = daemon.pidfile.TimeoutPIDLockFile(PIDFILE, acquire_timeout=-1)
|
||||
|
||||
Reference in New Issue
Block a user