Mercurial Hosting > luan
changeset 1634:894d9069c792
remove duplicate files
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 14 Dec 2021 17:37:09 -0700 |
parents | 665049cffc02 |
children | fd3d56f39450 |
files | host/startup/limit.maxfiles.plist host/startup/limit.maxproc.plist host/startup/luanhost.postgresql.plist host/startup/renewSsl.plist host/startup/startLuanhost.plist |
diffstat | 5 files changed, 0 insertions(+), 119 deletions(-) [+] |
line wrap: on
line diff
--- a/host/startup/limit.maxfiles.plist Tue Dec 14 07:55:47 2021 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> - <dict> - <key>Label</key> - <string>limit.maxfiles</string> - <key>ProgramArguments</key> - <array> - <string>launchctl</string> - <string>limit</string> - <string>maxfiles</string> - <string>65536</string> - <string>65536</string> - </array> - <key>RunAtLoad</key> - <true/> - <key>ServiceIPC</key> - <false/> - </dict> -</plist>
--- a/host/startup/limit.maxproc.plist Tue Dec 14 07:55:47 2021 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple/DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> - <dict> - <key>Label</key> - <string>limit.maxproc</string> - <key>ProgramArguments</key> - <array> - <string>launchctl</string> - <string>limit</string> - <string>maxproc</string> - <string>2048</string> - <string>2048</string> - </array> - <key>RunAtLoad</key> - <true /> - <key>ServiceIPC</key> - <false /> - </dict> -</plist>
--- a/host/startup/luanhost.postgresql.plist Tue Dec 14 07:55:47 2021 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> - <dict> - <key>KeepAlive</key> - <true/> - <key>Label</key> - <string>luanhost.postgresql</string> - <key>ProgramArguments</key> - <array> - <string>/usr/local/opt/postgresql@9.5/bin/postgres</string> - <string>-D</string> - <string>/usr/local/var/postgresql@9.5</string> - </array> - <key>RunAtLoad</key> - <true/> - <key>WorkingDirectory</key> - <string>/usr/local</string> - <key>UserName</key> - <string>USER</string> - <key>StandardErrorPath</key> - <string>LOG</string> - <key>StandardOutPath</key> - <string>LOG</string> - </dict> -</plist> \ No newline at end of file
--- a/host/startup/renewSsl.plist Tue Dec 14 07:55:47 2021 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> - <dict> - <key>Label</key> - <string>com.luanhost.renewSsl</string> - <key>ProgramArguments</key> - <array> - <string>PWD/renewSsl.sh</string> - <string>ROOT</string> - </array> - <key>StartCalendarInterval</key> - <array> - <dict> - <key>Hour</key> - <integer>00</integer> - <key>Minute</key> - <integer>00</integer> - </dict> - </array> - <key>AbandonProcessGroup</key> - <true/> - <key>UserName</key> - <string>USER</string> - <key>StandardErrorPath</key> - <string>LOG</string> - <key>StandardOutPath</key> - <string>LOG</string> - <key>RunAtLoad</key><false/> - <key>KeepAlive</key><false/> - </dict> -</plist> \ No newline at end of file
--- a/host/startup/startLuanhost.plist Tue Dec 14 07:55:47 2021 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer/DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> - <dict> - <key>Label</key> - <string>com.luanhost.startLuanhost</string> - <key>ProgramArguments</key> - <array> - <string>PWD/startLuanhost.sh</string> - <string>ROOT</string> - </array> - <key>UserName</key> - <string>USER</string> - <key>RunAtLoad</key> - <true/> - <key>StandardErrorPath</key> - <string>LOG</string> - <key>StandardOutPath</key> - <string>LOG</string> - </dict> -</plist>