From 5200bb4e39193a500a86267c70d34aea98b2a653 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 16 Feb 2024 10:57:51 +0100 Subject: Yet another rework of systemd-managed window management --- .config/systemd/user/fsvc-irc.service | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .config/systemd/user/fsvc-irc.service (limited to '.config/systemd/user/fsvc-irc.service') 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 -- cgit v1.1