Files
dotfiles/autostart/services/keepassxc.service
2024-08-15 09:50:13 +02:00

10 lines
238 B
Desktop File

[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