summaryrefslogtreecommitdiffstats
path: root/sysemd
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-08-21 00:20:30 +0200
committerGravatar Tom Willemse2014-08-21 00:20:30 +0200
commitc7eef6ebcf9f90e7a5aabf7d126263aa9da2eabb (patch)
tree19fa57e20f25e3e23ddb98ceb0abe0c530706411 /sysemd
parenta817e7d55c35aac2503c1bc39f27f600bf57e27e (diff)
downloaddotfiles-c7eef6ebcf9f90e7a5aabf7d126263aa9da2eabb.tar.gz
dotfiles-c7eef6ebcf9f90e7a5aabf7d126263aa9da2eabb.zip
Rename sysemd -> systemd
Diffstat (limited to 'sysemd')
-rw-r--r--sysemd/.config/systemd/user/.gitignore1
-rw-r--r--sysemd/.config/systemd/user/emacs.service12
-rw-r--r--sysemd/.config/systemd/user/emacs.service.d/environment.conf3
-rw-r--r--sysemd/.config/systemd/user/synergys.service10
-rw-r--r--sysemd/.config/systemd/user/synergys.socket9
-rw-r--r--sysemd/.config/systemd/user/urxvtd.service9
6 files changed, 0 insertions, 44 deletions
diff --git a/sysemd/.config/systemd/user/.gitignore b/sysemd/.config/systemd/user/.gitignore
deleted file mode 100644
index 6d28f9f..0000000
--- a/sysemd/.config/systemd/user/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-default.target.wants/ \ No newline at end of file
diff --git a/sysemd/.config/systemd/user/emacs.service b/sysemd/.config/systemd/user/emacs.service
deleted file mode 100644
index 5436721..0000000
--- a/sysemd/.config/systemd/user/emacs.service
+++ /dev/null
@@ -1,12 +0,0 @@
-# -*- mode: conf-unix; -*-
-[Unit]
-Description=Emacs: the extensible, self-documenting text editor
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/emacs --daemon
-ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)"
-Restart=always
-
-[Install]
-WantedBy=default.target
diff --git a/sysemd/.config/systemd/user/emacs.service.d/environment.conf b/sysemd/.config/systemd/user/emacs.service.d/environment.conf
deleted file mode 100644
index 1e3070f..0000000
--- a/sysemd/.config/systemd/user/emacs.service.d/environment.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-[Service]
-Environment=DISPLAY=:0
-Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/%U/bus
diff --git a/sysemd/.config/systemd/user/synergys.service b/sysemd/.config/systemd/user/synergys.service
deleted file mode 100644
index 56c1ac0..0000000
--- a/sysemd/.config/systemd/user/synergys.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Synergy Server Daemon
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/synergys --config /etc/synergy.conf
-
-[Install]
-WantedBy=multi-user.target
diff --git a/sysemd/.config/systemd/user/synergys.socket b/sysemd/.config/systemd/user/synergys.socket
deleted file mode 100644
index dda1537..0000000
--- a/sysemd/.config/systemd/user/synergys.socket
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Conflicts=synergys.service
-
-[Socket]
-ListenStream=24800
-Accept=false
-
-[Install]
-WantedBy=sockets.target
diff --git a/sysemd/.config/systemd/user/urxvtd.service b/sysemd/.config/systemd/user/urxvtd.service
deleted file mode 100644
index b1de4f7..0000000
--- a/sysemd/.config/systemd/user/urxvtd.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=RXVT-Unicode Daemon
-
-[Service]
-ExecStart=/usr/bin/urxvtd
-Restart=always
-
-[Install]
-WantedBy=default.target