1
1
Fork 0

Add LaunchAgent for Element Web

This commit is contained in:
Jonathan Schleifer 2023-03-19 12:10:49 +00:00
parent 7411092df4
commit 2e7aa5d15e

View file

@ -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>io.element.ElementWeb</string>
<key>ProgramArguments</key>
<array>
<string>/Users/js/.local/bin/element-web</string>
</array>
<key>KeepAlive</key>
<true/>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>