diff --git a/dotfiles/config/systemd/user/keepassx.service b/dotfiles/config/systemd/user/keepassx.service new file mode 100644 index 00000000..d76f8704 --- /dev/null +++ b/dotfiles/config/systemd/user/keepassx.service @@ -0,0 +1,10 @@ +[Unit] +Description=KeePassX + +[Service] +Type=simple +ExecStart=/usr/bin/zsh -c "start_keepass.sh" +ExecStop=/usr/bin/pkill keepassx + +[Install] +WantedBy=graphical.target diff --git a/dotfiles/config/systemd/user/udiskie.service b/dotfiles/config/systemd/user/udiskie.service new file mode 100644 index 00000000..250e7adc --- /dev/null +++ b/dotfiles/config/systemd/user/udiskie.service @@ -0,0 +1,9 @@ +[Unit] +Description=udiskie + +[Service] +ExecStart=/usr/bin/udiskie --tray +Restart=always + +[Install] +WantedBy=default.target