start html cleanup

This commit is contained in:
2016-04-24 17:02:15 +02:00
parent c192a6ea36
commit 4848e079a1
2 changed files with 20 additions and 9 deletions
+1 -2
View File
@@ -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)