summaryrefslogtreecommitdiff
path: root/.config/systemd/user
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 01:27:46 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 01:27:46 -0500
commitb6695d61d479e5688f66077f79b2f44e44de4f59 (patch)
tree9ccf830ff6a9928f5af6c92722a98a35e9add43f /.config/systemd/user
parent2a6dc16a75f4d7beed631d97a99b6a1fc82c4e79 (diff)
parent6a5bd645c59b44ae87d09cf350b38e04fbf99d81 (diff)
Merge remote-tracking branch 'origin/build64-par' into gluglugt60-par
Conflicts: .config/systemd/user/default.target.wants/emacs-daemon.service
Diffstat (limited to '.config/systemd/user')
l---------.config/systemd/user/default.target.wants/emacs-daemon.service2
-rw-r--r--.config/systemd/user/x0vncserver@.service10
2 files changed, 11 insertions, 1 deletions
diff --git a/.config/systemd/user/default.target.wants/emacs-daemon.service b/.config/systemd/user/default.target.wants/emacs-daemon.service
index 106cf42..e3a3cc0 120000
--- a/.config/systemd/user/default.target.wants/emacs-daemon.service
+++ b/.config/systemd/user/default.target.wants/emacs-daemon.service
@@ -1 +1 @@
-/home/lukeshu-parabola/.config/systemd/user/emacs-daemon.service \ No newline at end of file
+../emacs-daemon.service \ No newline at end of file
diff --git a/.config/systemd/user/x0vncserver@.service b/.config/systemd/user/x0vncserver@.service
new file mode 100644
index 0000000..99e897c
--- /dev/null
+++ b/.config/systemd/user/x0vncserver@.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=VNC server for X displays
+
+[Service]
+Type=simple
+ExecStart=/bin/bash -l -c 'x0vncserver display=:%I PasswordFile="${HOME}/.vnc/passwd"'
+Restart=always
+
+[Install]
+WantedBy=default.target