aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wayland/.config/systemd/user/wayland-session-pre.target
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-02-12 12:45:26 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-02-12 12:45:26 -0600
commit0efe08d7b844dc57caee595403fcb7c999040f82 (patch)
tree809f0c49711bb624a9ef10bc05ee74438afe4710 /wayland/.config/systemd/user/wayland-session-pre.target
parentde62b9c5e8f8af64a16121c69d048e5ab03447a6 (diff)
fix(sway): improve systemd target dependencies
Diffstat (limited to 'wayland/.config/systemd/user/wayland-session-pre.target')
-rw-r--r--wayland/.config/systemd/user/wayland-session-pre.target8
1 files changed, 8 insertions, 0 deletions
diff --git a/wayland/.config/systemd/user/wayland-session-pre.target b/wayland/.config/systemd/user/wayland-session-pre.target
new file mode 100644
index 0000000..878130d
--- /dev/null
+++ b/wayland/.config/systemd/user/wayland-session-pre.target
@@ -0,0 +1,8 @@
+[Unit]
+Description=Session services which should run early before the wayland session is brought up
+Documentation=man:systemd.special(7)
+Requires=basic.target
+Before=wayland-session.target
+RefuseManualStart=yes
+StopWhenUnneeded=yes
+BindsTo=graphical-session-pre.target