You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commands included in docs such as lamson start -pid ./run/smtp.pid -FORCE False -chroot False -chdir "." -umask False -uid False -gid False -boot config.boot do not and cannot work because "False" here is not even a bool, it is a string, while that args require ints:
daemon.daemon.DaemonOSEnvironmentError: Unable to change file creation mask (an integer is required)
etc.
The text was updated successfully, but these errors were encountered:
Commands included in docs such as
lamson start -pid ./run/smtp.pid -FORCE False -chroot False -chdir "." -umask False -uid False -gid False -boot config.boot
do not and cannot work because "False" here is not even a bool, it is a string, while that args require ints:daemon.daemon.DaemonOSEnvironmentError: Unable to change file creation mask (an integer is required)
etc.
The text was updated successfully, but these errors were encountered: