mirror of
https://github.com/morgan9e/bitwarden-desktop-agent
synced 2026-04-14 00:04:06 +09:00
add systemd and launchd unit files, suppress unused warnings
This commit is contained in:
20
docs/com.bitwarden.agent.plist
Normal file
20
docs/com.bitwarden.agent.plist
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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>com.bitwarden.agent</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/Users/USER/.local/bin/bw-agent</string>
|
||||
<string>--email</string>
|
||||
<string>USER@EXAMPLE.COM</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
<key>StandardErrorPath</key>
|
||||
<string>/tmp/bw-agent.log</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user