Overview
Comment: | Add LaunchAgent for Element Web |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
787cd2705a1aea6a075b352b52cf22bd |
User & Date: | js on 2023-03-19 12:10:49 |
Other Links: | manifest | tags |
Context
2023-03-20
| ||
21:36 | Add small tool to set 3000x2000 resolution on Mac check-in: be1f62ff6d user: js tags: trunk | |
2023-03-19
| ||
13:58 | Add systemd unit for Element Web check-in: e555144ceb user: js tags: trunk | |
12:10 | Add LaunchAgent for Element Web check-in: 787cd2705a user: js tags: trunk | |
11:57 | Add bin/element-web check-in: 1921733a2d user: js tags: trunk | |
Changes
Added LaunchAgents/io.element.ElementWeb.plist version [fa78ec80a8].
> > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 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> |