summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@gmail.com>2013-07-14 13:21:52 -0400
committerHenry Gebhardt <hsggebhardt@gmail.com>2013-07-14 13:25:17 -0400
commit77579f40ec84c53017615b7dafc515f3f1a65974 (patch)
tree4fb601b08df38ec6bb95c3deab5239839cb1106d
parentsys-apps/systemd-units-15: rsyncd is in main tree now! (diff)
downloadsystemd-77579f40ec84c53017615b7dafc515f3f1a65974.tar.gz
systemd-77579f40ec84c53017615b7dafc515f3f1a65974.tar.bz2
systemd-77579f40ec84c53017615b7dafc515f3f1a65974.zip
sys-apps/systemd-units-16: at, fcron, vixie-cron, postfix, and saslauth in main tree
-rw-r--r--sys-apps/systemd-units/files/services-basic/atd.service14
-rw-r--r--sys-apps/systemd-units/files/services-basic/fcron.service10
-rw-r--r--sys-apps/systemd-units/files/services-basic/vixie-cron.service10
-rw-r--r--sys-apps/systemd-units/files/services-server/postfix.service12
-rw-r--r--sys-apps/systemd-units/files/services-server/saslauthd.service13
-rw-r--r--sys-apps/systemd-units/systemd-units-16.ebuild (renamed from sys-apps/systemd-units/systemd-units-15.ebuild)0
6 files changed, 0 insertions, 59 deletions
diff --git a/sys-apps/systemd-units/files/services-basic/atd.service b/sys-apps/systemd-units/files/services-basic/atd.service
deleted file mode 100644
index 05e2fc6..0000000
--- a/sys-apps/systemd-units/files/services-basic/atd.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=at (job queue) daemon
-After=networking.target
-After=syslog.target
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/atd
-PIDFile=/var/run/atd.pid
-StandardOutput=syslog
-StandardError=syslog
-
-[Install]
-WantedBy=multi-user.target
diff --git a/sys-apps/systemd-units/files/services-basic/fcron.service b/sys-apps/systemd-units/files/services-basic/fcron.service
deleted file mode 100644
index 7fd0f42..0000000
--- a/sys-apps/systemd-units/files/services-basic/fcron.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=fcron Cron Daemon
-
-[Service]
-ExecStart=/usr/libexec/fcron -f
-ExecReload=/usr/libexec/fcronsighup
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
diff --git a/sys-apps/systemd-units/files/services-basic/vixie-cron.service b/sys-apps/systemd-units/files/services-basic/vixie-cron.service
deleted file mode 100644
index 1256f98..0000000
--- a/sys-apps/systemd-units/files/services-basic/vixie-cron.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Vixie Cron Daemon
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/cron
-ExecStop=/bin/kill -TERM $MAINPID
-
-[Install]
-WantedBy=multi-user.target
diff --git a/sys-apps/systemd-units/files/services-server/postfix.service b/sys-apps/systemd-units/files/services-server/postfix.service
deleted file mode 100644
index 6757d35..0000000
--- a/sys-apps/systemd-units/files/services-server/postfix.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Postfix Mail Daemon
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/sbin/postfix start
-ExecStop=/usr/sbin/postfix stop
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
diff --git a/sys-apps/systemd-units/files/services-server/saslauthd.service b/sys-apps/systemd-units/files/services-server/saslauthd.service
deleted file mode 100644
index 1217dee..0000000
--- a/sys-apps/systemd-units/files/services-server/saslauthd.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=SASL Authentication Daemon
-
-[Service]
-Type=forking
-EnvironmentFile=/etc/conf.d/saslauthd
-ExecStart=/usr/sbin/saslauthd -a pam
-#ExecStart=/usr/sbin/saslauthd ${SASLAUTHD_OPTS}
-ExecStop=/bin/kill -15 $MAINPID
-PIDFile=/var/lib/sasl2/saslauthd.pid
-
-[Install]
-WantedBy=postfix.service
diff --git a/sys-apps/systemd-units/systemd-units-15.ebuild b/sys-apps/systemd-units/systemd-units-16.ebuild
index 0ef9f2d..0ef9f2d 100644
--- a/sys-apps/systemd-units/systemd-units-15.ebuild
+++ b/sys-apps/systemd-units/systemd-units-16.ebuild