Artifact fa78ec80a8b556c098003ed3c514ffc6c2ed718d2f5ebb8af886c3ab83386466:
- File LaunchAgents/io.element.ElementWeb.plist — part of check-in [787cd2705a] at 2023-03-19 12:10:49 on branch trunk — Add LaunchAgent for Element Web (user: js, size: 408) [annotate] [blame] [check-ins using]
<?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>