forked from colonelpanic/dotfiles
[Linux] Add keepassx and udiskie systemd services
This commit is contained in:
parent
867e01dd79
commit
839c9f36f2
10
dotfiles/config/systemd/user/keepassx.service
Normal file
10
dotfiles/config/systemd/user/keepassx.service
Normal file
@ -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
|
9
dotfiles/config/systemd/user/udiskie.service
Normal file
9
dotfiles/config/systemd/user/udiskie.service
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=udiskie
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/udiskie --tray
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Reference in New Issue
Block a user