dotfiles/dotfiles/config/systemd/user/keepassx.service

11 lines
166 B
Desktop File

[Unit]
Description=KeePassX
[Service]
Type=simple
ExecStart=/usr/bin/zsh -c "start_keepass.sh"
ExecStop=/usr/bin/pkill keepassx
[Install]
WantedBy=graphical.target