aboutsummaryrefslogtreecommitdiff
path: root/SystemdGraphicalSession/blackbox.service
diff options
context:
space:
mode:
Diffstat (limited to 'SystemdGraphicalSession/blackbox.service')
-rw-r--r--SystemdGraphicalSession/blackbox.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/SystemdGraphicalSession/blackbox.service b/SystemdGraphicalSession/blackbox.service
new file mode 100644
index 0000000..8aa149e
--- /dev/null
+++ b/SystemdGraphicalSession/blackbox.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=X Window Manager
+After=graphical-session-pre.target
+PartOf=graphical-session.target
+Documentation=man:blackbox(1)
+
+[Service]
+Slice=session.slice
+Type=simple
+ExecStart=/usr/bin/blackbox
+
+[Install]
+Alias=window-manager.service