aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/keepassxc.service
blob: 75ac2b4061fbfdd1af0541ffb6e3d72f6cb02495 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Start KeePassXC
PartOf=graphical-session.target

[Service]
Type=exec
ExecStart=/usr/bin/keepassxc
Restart=on-failure

[Install]
WantedBy=desktop.target