aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-fg-keepassxc.service
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-16 11:32:48 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-16 11:32:48 +0100
commit06b22df02c76797e617259af690adcad31337c52 (patch)
tree443cedd3b3c0f0d04d6497e6d31f8647a20b85dd /.config/systemd/user/dapp-fg-keepassxc.service
parentfb8a828fe912f074d2bd378ac91adcb83034b3eb (diff)
Update naming scheme for applications
Diffstat (limited to '.config/systemd/user/dapp-fg-keepassxc.service')
-rw-r--r--.config/systemd/user/dapp-fg-keepassxc.service17
1 files changed, 17 insertions, 0 deletions
diff --git a/.config/systemd/user/dapp-fg-keepassxc.service b/.config/systemd/user/dapp-fg-keepassxc.service
new file mode 100644
index 0000000..a634ece
--- /dev/null
+++ b/.config/systemd/user/dapp-fg-keepassxc.service
@@ -0,0 +1,17 @@
+[Unit]
+Description=Manage an x11 application
+PartOf=graphical-session.target
+
+[Service]
+Type=exec
+Restart=on-failure
+
+ExecSearchPath=%h/.local/bin
+ExecSearchPath=/usr/local/bin
+ExecSearchPath=/usr/bin
+WorkingDirectory=%h
+
+ExecStart=keepassxc
+
+[Install]
+WantedBy=wman.target