Skip to content

Commit 8af1000

Browse files
committed
add temp launchctl plist
1 parent 5bd45b1 commit 8af1000

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

build/macos/agent.plist

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>Label</key>
6+
<string>authentik Agent</string>
7+
<key>ProgramArguments</key>
8+
<array>
9+
<string>//Users/jens/dev/bin/ak</string>
10+
<string>agent</string>
11+
</array>
12+
<key>RunAtLoad</key>
13+
<true/>
14+
<key>KeepAlive</key>
15+
<true/>
16+
</dict>
17+
</plist>

0 commit comments

Comments
 (0)