Made sure log file and pid file locations are Linux FHS compliant.
This commit is contained in:
@@ -14,8 +14,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
WAREWULFD_PIDFILE = "/tmp/warewulfd.pid"
|
||||
WAREWULFD_LOGFILE = "/tmp/warewulfd.log"
|
||||
WAREWULFD_PIDFILE = "/var/run/warewulfd.pid"
|
||||
WAREWULFD_LOGFILE = "/var/log/warewulfd.log"
|
||||
)
|
||||
|
||||
func DaemonStart() error {
|
||||
|
||||
Reference in New Issue
Block a user