summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@gmail.com>2013-09-01 09:58:51 -0400
committerHenry Gebhardt <hsggebhardt@gmail.com>2013-09-01 09:58:51 -0400
commitc8bc08a141062467beabb3bf8419731d204fc11b (patch)
treecf3c9d19180d86e928a479e0af4758601811803d
parentsys-apps/systemd-units-19: remove metalog, gdm, preload units (diff)
downloadsystemd-c8bc08a141062467beabb3bf8419731d204fc11b.tar.gz
systemd-c8bc08a141062467beabb3bf8419731d204fc11b.tar.bz2
systemd-c8bc08a141062467beabb3bf8419731d204fc11b.zip
sys-apps/systemd-units: remove a bunch included in main tree
-rw-r--r--sys-apps/systemd-units/files/services-desktop/powernowd.service9
-rw-r--r--sys-apps/systemd-units/files/services-server/courier-authdaemond.service11
-rw-r--r--sys-apps/systemd-units/files/services-server/courier-imapd.service13
-rw-r--r--sys-apps/systemd-units/files/services-server/named.service14
-rw-r--r--sys-apps/systemd-units/files/services-server/proftpd.service12
-rw-r--r--sys-apps/systemd-units/files/services-server/rabbitmq-server.service12
-rw-r--r--sys-apps/systemd-units/files/services-server/teamspeak3.service18
-rw-r--r--sys-apps/systemd-units/files/services-server/uptimed.service17
8 files changed, 0 insertions, 106 deletions
diff --git a/sys-apps/systemd-units/files/services-desktop/powernowd.service b/sys-apps/systemd-units/files/services-desktop/powernowd.service
deleted file mode 100644
index caac764..0000000
--- a/sys-apps/systemd-units/files/services-desktop/powernowd.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=PowerNow! Daemon
-
-[Service]
-Type=simple
-ExecStart=/usr/sbin/powernowd -d -q
-
-[Install]
-WantedBy=multi-user.target
diff --git a/sys-apps/systemd-units/files/services-server/courier-authdaemond.service b/sys-apps/systemd-units/files/services-server/courier-authdaemond.service
deleted file mode 100644
index c4cbbf1..0000000
--- a/sys-apps/systemd-units/files/services-server/courier-authdaemond.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Courier Authentification Daemon
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/courierlogger -pid=/var/run/authdaemon.pid -start /usr/lib/courier/courier-authlib/authdaemond
-ExecStop=/usr/sbin/courierlogger -pid=/var/run/authdaemon.pid -stop /usr/lib/courier/courier-authlib/authdaemond
-PIDFile=/var/run/authdaemon.pid
-
-[Install]
-WantedBy=courier-imap.service
diff --git a/sys-apps/systemd-units/files/services-server/courier-imapd.service b/sys-apps/systemd-units/files/services-server/courier-imapd.service
deleted file mode 100644
index e8780b6..0000000
--- a/sys-apps/systemd-units/files/services-server/courier-imapd.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Courier IMAP Daemon
-After=network.target
-
-[Service]
-Type=forking
-EnvironmentFile=/etc/courier-imap/imapd
-ExecStart=/usr/lib/courier-imap/gentoo-imapd.rc
-ExecStop=/bin/kill $MAINPID
-PIDFile=/var/run/imapd.pid
-
-[Install]
-WantedBy=multi-user.target
diff --git a/sys-apps/systemd-units/files/services-server/named.service b/sys-apps/systemd-units/files/services-server/named.service
deleted file mode 100644
index 5ee20bf..0000000
--- a/sys-apps/systemd-units/files/services-server/named.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=ISC BIND DNS daemon
-After=networking.target
-After=syslog.target
-
-[Service]
-Type=simple
-ExecStart=/usr/sbin/named -u named -f
-StandardOutput=syslog
-StandardError=syslog
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
diff --git a/sys-apps/systemd-units/files/services-server/proftpd.service b/sys-apps/systemd-units/files/services-server/proftpd.service
deleted file mode 100644
index 904c90f..0000000
--- a/sys-apps/systemd-units/files/services-server/proftpd.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=ProFTPd FTP daemon
-
-[Service]
-Type=simple
-ExecStart=/usr/sbin/proftpd --nodaemon
-StandardOutput=syslog
-StandardError=syslog
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
diff --git a/sys-apps/systemd-units/files/services-server/rabbitmq-server.service b/sys-apps/systemd-units/files/services-server/rabbitmq-server.service
deleted file mode 100644
index 3c48516..0000000
--- a/sys-apps/systemd-units/files/services-server/rabbitmq-server.service
+++ /dev/null
@@ -1,12 +0,0 @@
-# This file is provided as-is. It may or may not work, but there is at least
-# one report that it works: https://bugs.gentoo.org/show_bug.cgi?id=391347
-
-[Unit]
-Description=RabbitMQ Messaging server
-
-[Service]
-ExecStart=/usr/sbin/rabbitmq-server
-ExecStop=/usr/sbin/rabbitmqctl stop
-
-[Install]
-Alias=multi-user.target.wants/rabbitmq-server.service
diff --git a/sys-apps/systemd-units/files/services-server/teamspeak3.service b/sys-apps/systemd-units/files/services-server/teamspeak3.service
deleted file mode 100644
index 5028eb1..0000000
--- a/sys-apps/systemd-units/files/services-server/teamspeak3.service
+++ /dev/null
@@ -1,18 +0,0 @@
-[Unit]
-Description=TeamSpeak 3 Server
-After=network.target
-
-[Service]
-Type=simple
-Environment=LD_LIBRARY_PATH=/opt/teamspeak3-server
-WorkingDirectory=/opt/teamspeak3-server
-ExecStart=/opt/teamspeak3-server/ts3server-bin inifile=/etc/teamspeak3-server/server.conf
-ExecStop=/bin/kill -15 $MAINPID
-StandardOutput=syslog
-StandardError=syslog
-User=teamspeak3
-Group=teamspeak3
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
diff --git a/sys-apps/systemd-units/files/services-server/uptimed.service b/sys-apps/systemd-units/files/services-server/uptimed.service
deleted file mode 100644
index aaacfb9..0000000
--- a/sys-apps/systemd-units/files/services-server/uptimed.service
+++ /dev/null
@@ -1,17 +0,0 @@
-[Unit]
-Description=uptime service
-After=local-fs.target
-
-[Service]
-Type=forking
-ExecStartPre=/usr/sbin/uptimed -b
-ExecStart=/usr/sbin/uptimed -p /var/run/uptimed.pid
-PIDFile=/var/run/uptimed.pid
-StandardOutput=syslog
-StandardError=syslog
-User=uptimed
-Group=uptimed
-Restart=always
-
-[Install]
-WantedBy=multi-user.target