aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/fsvc-irc.service
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-16 10:57:51 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-16 10:57:51 +0100
commit5200bb4e39193a500a86267c70d34aea98b2a653 (patch)
treea11d0ed5914b31ad456c4ca8561f97ab728d8e28 /.config/systemd/user/fsvc-irc.service
parent1972947a21fc85dc4c835c892ffdd3f5e97f3493 (diff)
Yet another rework of systemd-managed window management
Diffstat (limited to '.config/systemd/user/fsvc-irc.service')
-rw-r--r--.config/systemd/user/fsvc-irc.service18
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/systemd/user/fsvc-irc.service b/.config/systemd/user/fsvc-irc.service
new file mode 100644
index 0000000..efd4b81
--- /dev/null
+++ b/.config/systemd/user/fsvc-irc.service
@@ -0,0 +1,18 @@
+[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
+Environment=PATH=/home/tyil/.local/bin:/home/tyil/.config/shell/wrappers.d:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin
+WorkingDirectory=%h
+
+ExecStart=irc
+
+[Install]
+WantedBy=wman.target