about summary refs log tree commit diff stats
path: root/html/matt-chat/example.plist
diff options
context:
space:
mode:
authorelioat <{ID}+{username}@users.noreply.github.com>2025-01-03 11:17:39 -0500
committerelioat <{ID}+{username}@users.noreply.github.com>2025-01-03 11:17:39 -0500
commit91cba4bb79f8c6f4d58504de9b39b94198007068 (patch)
tree0bd32e47ed7aa8a41333887e390aee9901bb2a6b /html/matt-chat/example.plist
parent59d6b869cfd9b8342f9bf623070769dbea7a0105 (diff)
downloadtour-91cba4bb79f8c6f4d58504de9b39b94198007068.tar.gz
*
Diffstat (limited to 'html/matt-chat/example.plist')
-rw-r--r--html/matt-chat/example.plist16
1 files changed, 16 insertions, 0 deletions
diff --git a/html/matt-chat/example.plist b/html/matt-chat/example.plist
new file mode 100644
index 0000000..c3bbfca
--- /dev/null
+++ b/html/matt-chat/example.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/tour/html/matt-chat/server.sh</string>
+    </array>
+    <key>RunAtLoad</key>
+    <true/>
+    <key>KeepAlive</key>
+    <true/>
+</dict>
+</plist>
\ No newline at end of file
'#n1'>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43