Files
dotfiles/autostart/services/keepassxc.service

10 lines
238 B
SYSTEMD
Raw Normal View History

2024-08-14 17:40:25 +02:00
[Unit]
BindsTo=autostart.target
After=windowmanager.target
ConditionPathExists=%t/features/keepassxc
[Service]
ExecStart=/usr/bin/env keepassxc --keyfile %h/.secrets/main.keyx %h/.secrets/main.kdbx
PassEnvironment=DISPLAY
Restart=always