diff options
author | elioat <elioat@tilde.institute> | 2025-01-03 16:38:43 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-01-03 16:38:43 -0500 |
commit | 3cfede64cd89d63ffa3dc5e841611a4a604f8b72 (patch) | |
tree | 1728173e1bdee0df5beb477951a22d91595fced3 /html/matt-chat/com.user.server.plist | |
parent | ad29add006f06121e3f9adb22bd81dd06b186e50 (diff) | |
download | tour-3cfede64cd89d63ffa3dc5e841611a4a604f8b72.tar.gz |
*
Diffstat (limited to 'html/matt-chat/com.user.server.plist')
-rw-r--r-- | html/matt-chat/com.user.server.plist | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/html/matt-chat/com.user.server.plist b/html/matt-chat/com.user.server.plist new file mode 100644 index 0000000..b5fb9dd --- /dev/null +++ b/html/matt-chat/com.user.server.plist @@ -0,0 +1,16 @@ +<?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>com.user.server</string> + <key>ProgramArguments</key> + <array> + <string>/Users/eli/Code/institute/tour/html/matt-chat/server.sh</string> + </array> + <key>RunAtLoad</key> + <true/> + <key>KeepAlive</key> + <true/> +</dict> +</plist> \ No newline at end of file |