summaryrefslogtreecommitdiff
path: root/.config/systemd/user/graphical.target
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-21 14:51:52 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-21 14:56:29 +0100
commit9da237b6202c203def8a77f4690ac06791096ea8 (patch)
treeacae7e4c3e4b0b33e198715dfe170a3e1e03d403 /.config/systemd/user/graphical.target
parentc91953ca7bcb4d89d7de35f6d0634fe6931d6fcd (diff)
downloaddotfiles-9da237b6202c203def8a77f4690ac06791096ea8.tar.gz
dotfiles-9da237b6202c203def8a77f4690ac06791096ea8.tar.bz2
dotfiles-9da237b6202c203def8a77f4690ac06791096ea8.zip
Add initial systemd user service units for awesome and screen
Diffstat (limited to '.config/systemd/user/graphical.target')
-rw-r--r--.config/systemd/user/graphical.target18
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/systemd/user/graphical.target b/.config/systemd/user/graphical.target
new file mode 100644
index 0000000..77d8aa1
--- /dev/null
+++ b/.config/systemd/user/graphical.target
@@ -0,0 +1,18 @@
+# This file is part of systemd.
+#
+# systemd is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2.1 of the License, or
+# (at your option) any later version.
+
+[Unit]
+Description=Graphical Interface
+Documentation=man:systemd.special(7)
+#Requires=multi-user.target
+#After=multi-user.target
+#Conflicts=rescue.target
+#Wants=display-manager.service
+#AllowIsolate=yes
+
+[Install]
+Alias=default.target