mirror of
https://github.com/morgan9e/bitwarden-desktop-agent
synced 2026-04-13 15:55:03 +09:00
13 lines
197 B
Desktop File
13 lines
197 B
Desktop File
[Unit]
|
|
Description=Bitwarden Desktop Agent
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=%h/.local/bin/bw-agent
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=default.target
|