aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/wsys-.service.d/00-Target.conf
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-16 12:04:54 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-16 12:04:54 +0100
commitb92efb8a4779cef2063b822ee1550c71dc9283a0 (patch)
tree72cd0df13143137e493569c285d46f57a5140637 /.config/systemd/user/wsys-.service.d/00-Target.conf
parent1665e3655cab32a74bf8dd174b014ea38c9ba506 (diff)
Split out wman and wsys values into drop-ins
Diffstat (limited to '.config/systemd/user/wsys-.service.d/00-Target.conf')
-rw-r--r--.config/systemd/user/wsys-.service.d/00-Target.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/systemd/user/wsys-.service.d/00-Target.conf b/.config/systemd/user/wsys-.service.d/00-Target.conf
new file mode 100644
index 0000000..9d4d2f7
--- /dev/null
+++ b/.config/systemd/user/wsys-.service.d/00-Target.conf
@@ -0,0 +1,6 @@
+[Service]
+ExecStartPost=systemctl --user --no-block start wsys-xorg.target
+ExecStartPost=systemctl --user --no-block start wsys.target
+
+ExecStopPre=systemctl --user stop wsys.target
+ExecStopPre=systemctl --user stop wsys-xorg.target