mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 10:50:28 +00:00
FIX: delete duplication
This commit is contained in:
parent
d5259204c9
commit
e7f519e1d6
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
if IsDaemon() then
|
if IsDaemon() then
|
||||||
ProgramPort(443)
|
ProgramPort(443)
|
||||||
ProgramUid(65534)
|
ProgramUid(65534)
|
||||||
ProgramUid(65534)
|
|
||||||
ProgramLogPath('/var/log/turfbean.log')
|
ProgramLogPath('/var/log/turfbean.log')
|
||||||
ProgramPidPath('/var/log/turfbean.pid')
|
ProgramPidPath('/var/log/turfbean.pid')
|
||||||
ProgramTrustedIp(ParseIp(Slurp('/etc/justine-ip.txt')), 32);
|
ProgramTrustedIp(ParseIp(Slurp('/etc/justine-ip.txt')), 32);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue