We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd45b1 commit 8af1000Copy full SHA for 8af1000
build/macos/agent.plist
@@ -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
16
+ </dict>
17
+</plist>
0 commit comments