aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/systemd/user/fsvc-evolution.service19
-rw-r--r--.config/systemd/user/fsvc-keepassxc.service17
2 files changed, 36 insertions, 0 deletions
diff --git a/.config/systemd/user/fsvc-evolution.service b/.config/systemd/user/fsvc-evolution.service
new file mode 100644
index 0000000..a1dade0
--- /dev/null
+++ b/.config/systemd/user/fsvc-evolution.service
@@ -0,0 +1,19 @@
+[Unit]
+Description=Manage an x11 application
+PartOf=graphical-session.target
+
+After=fsvc-keepassxc.service
+
+[Service]
+Type=exec
+Restart=on-failure
+
+ExecSearchPath=%h/.local/bin
+ExecSearchPath=/usr/local/bin
+ExecSearchPath=/usr/bin
+WorkingDirectory=%h
+
+ExecStart=evolution
+
+[Install]
+WantedBy=wman.target
diff --git a/.config/systemd/user/fsvc-keepassxc.service b/.config/systemd/user/fsvc-keepassxc.service
new file mode 100644
index 0000000..a634ece
--- /dev/null
+++ b/.config/systemd/user/fsvc-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