diff --git a/srcpkgs/systemd-units/files/acpid.service b/srcpkgs/systemd-units/files/acpid.service deleted file mode 100644 index 8e2bb7fe3c..0000000000 --- a/srcpkgs/systemd-units/files/acpid.service +++ /dev/null @@ -1,7 +0,0 @@ -[Unit] -Description=ACPI Event Daemon -Requires=acpid.socket - -[Service] -EnvironmentFile=/etc/conf.d/acpid -ExecStart=/usr/sbin/acpid -f ${ACPID_ARGS} diff --git a/srcpkgs/systemd-units/files/acpid.socket b/srcpkgs/systemd-units/files/acpid.socket deleted file mode 100644 index 1e5365bf1e..0000000000 --- a/srcpkgs/systemd-units/files/acpid.socket +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=ACPID Listen Socket - -[Socket] -ListenStream=/run/acpid.socket - -[Install] -WantedBy=sockets.target diff --git a/srcpkgs/systemd-units/files/bluetooth.service b/srcpkgs/systemd-units/files/bluetooth.service deleted file mode 100644 index b9898a8c3b..0000000000 --- a/srcpkgs/systemd-units/files/bluetooth.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Bluetooth Manager -After=syslog.target - -[Service] -Type=dbus -BusName=org.bluez -ExecStart=/usr/sbin/bluetoothd -n -StandardOutput=syslog - -[Install] -WantedBy=bluetooth.target diff --git a/srcpkgs/systemd-units/files/dcron.service b/srcpkgs/systemd-units/files/dcron.service deleted file mode 100644 index 59fc64b80b..0000000000 --- a/srcpkgs/systemd-units/files/dcron.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Periodic Command Scheduler - -[Service] -Type=forking -EnvironmentFile=/etc/conf.d/crond -ExecStart=/usr/sbin/crond $CROND_ARGS - -[Install] -WantedBy=multi-user.target diff --git a/srcpkgs/systemd-units/files/dhcpcd.service b/srcpkgs/systemd-units/files/dhcpcd.service deleted file mode 100644 index 2ac9adca06..0000000000 --- a/srcpkgs/systemd-units/files/dhcpcd.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Lightweight DHCP client daemon -Wants=network.target -Before=network.target - -[Service] -ExecStart=/sbin/dhcpcd -q --nobackground - -[Install] -WantedBy=multi-user.target diff --git a/srcpkgs/systemd-units/files/gdm.service b/srcpkgs/systemd-units/files/gdm.service deleted file mode 100644 index d67919fa3f..0000000000 --- a/srcpkgs/systemd-units/files/gdm.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Gnome Display Manager -Requires=dev-tty7.device -After=dev-tty7.device systemd-user-sessions.service - -[Service] -ExecStart=/usr/sbin/gdm -nodaemon - -[Install] -WantedBy=graphical.target diff --git a/srcpkgs/systemd-units/files/nscd.service b/srcpkgs/systemd-units/files/nscd.service deleted file mode 100644 index 22b9dd8e7a..0000000000 --- a/srcpkgs/systemd-units/files/nscd.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Name Service Cache Daemon - -[Service] -Type=forking -ExecStart=/usr/sbin/nscd -ExecStop=/usr/sbin/nscd --shutdown -Restart=always - -[Install] -WantedBy=multi-user.target -Also=nscd.socket diff --git a/srcpkgs/systemd-units/files/nscd.socket b/srcpkgs/systemd-units/files/nscd.socket deleted file mode 100644 index 9b8da6f39a..0000000000 --- a/srcpkgs/systemd-units/files/nscd.socket +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=Name Service Cache Daemon Socket - -[Socket] -ListenStream=/var/run/nscd/socket - -[Install] -WantedBy=sockets.target diff --git a/srcpkgs/systemd-units/files/ntpd.service b/srcpkgs/systemd-units/files/ntpd.service deleted file mode 100644 index 5a92d1044c..0000000000 --- a/srcpkgs/systemd-units/files/ntpd.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Network Time Service -After=syslog.target - -[Service] -ExecStart=/usr/bin/ntpd -c /etc/ntp.conf -n - -[Install] -WantedBy=multi-user.target diff --git a/srcpkgs/systemd-units/files/polkitd.service b/srcpkgs/systemd-units/files/polkitd.service deleted file mode 100644 index 3614de122b..0000000000 --- a/srcpkgs/systemd-units/files/polkitd.service +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=Policy Manager -After=syslog.target - -[Service] -Type=dbus -BusName=org.freedesktop.PolicyKit1 -ExecStart=/usr/libexec/polkitd -StandardOutput=syslog - -[Install] -# We pull this in by graphical.target instead of waiting for the bus -# activation, to speed things up a little: gdm uses this anyway so it is nice -# if it is already around when gdm wants to use it and doesn't have to wait for -# it. -WantedBy=graphical.target diff --git a/srcpkgs/systemd-units/files/saslauthd.service b/srcpkgs/systemd-units/files/saslauthd.service deleted file mode 100644 index 42d8ad768b..0000000000 --- a/srcpkgs/systemd-units/files/saslauthd.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Cyrus SASL authentication daemon - -[Service] -Type=forking -EnvironmentFile=/etc/conf.d/saslauthd -ExecStart=/usr/sbin/saslauthd $SASLAUTHD_OPTS -PidFile=/var/run/saslauthd/saslauthd.pid - -[Install] -WantedBy=multi-user.target diff --git a/srcpkgs/systemd-units/files/sshd.service b/srcpkgs/systemd-units/files/sshd.service deleted file mode 100644 index fa3d3f278b..0000000000 --- a/srcpkgs/systemd-units/files/sshd.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=SSH Secure Shell Service -After=syslog.target - -[Service] -ExecStart=/usr/sbin/sshd -D - -[Install] -WantedBy=multi-user.target - -# Note that this is the service file for running a single SSH server for all -# incoming connections, suitable only for systems with a large amount of SSH -# traffic. In almost all other cases it is a better idea to use sshd.socket + -# sshd@.service (i.e. the on-demand spawning version for one instance per -# connection). diff --git a/srcpkgs/systemd-units/files/udisks.service b/srcpkgs/systemd-units/files/udisks.service deleted file mode 100644 index 9ff28b8f59..0000000000 --- a/srcpkgs/systemd-units/files/udisks.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Disk Manager -After=syslog.target - -[Service] -Type=dbus -BusName=org.freedesktop.UDisks -ExecStart=/usr/libexec/udisks-daemon -StandardOutput=syslog - -[Install] -WantedBy=graphical.target diff --git a/srcpkgs/systemd-units/files/ufw.service b/srcpkgs/systemd-units/files/ufw.service deleted file mode 100644 index dd9cd5ec37..0000000000 --- a/srcpkgs/systemd-units/files/ufw.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=CLI Netfilter Manager - -[Service] -Type=oneshot -ExecStart=/lib/ufw/ufw-init start -ExecStop=/lib/ufw/ufw-init stop -RemainAfterExit=yes - -[Install] -WantedBy=multi-user.target diff --git a/srcpkgs/systemd-units/files/upowerd.service b/srcpkgs/systemd-units/files/upowerd.service deleted file mode 100644 index bee3792a62..0000000000 --- a/srcpkgs/systemd-units/files/upowerd.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Power Manager -After=syslog.target - -[Service] -Type=dbus -BusName=org.freedesktop.UPower -ExecStart=/usr/libexec/upowerd - -[Install] -WantedBy=graphical.target diff --git a/srcpkgs/systemd-units/files/wicd.service b/srcpkgs/systemd-units/files/wicd.service deleted file mode 100644 index 4ae9e4317b..0000000000 --- a/srcpkgs/systemd-units/files/wicd.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Wicd Network Manager - -[Service] -Type=dbus -BusName=org.wicd.daemon -ExecStart=/usr/sbin/wicd -f -Restart=always - -[Install] -WantedBy=multi-user.target diff --git a/srcpkgs/systemd-units/files/wpa_supplicant.service b/srcpkgs/systemd-units/files/wpa_supplicant.service deleted file mode 100644 index 3a11537e20..0000000000 --- a/srcpkgs/systemd-units/files/wpa_supplicant.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Wi-Fi Security Service -After=syslog.target - -[Service] -Type=dbus -BusName=fi.epitest.hostap.WPASupplicant -ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -StandardOutput=syslog - -# Hmm, a WantedBy=multi-user.target probably makes sense here. diff --git a/srcpkgs/systemd-units/template b/srcpkgs/systemd-units/template deleted file mode 100644 index e3f63dd273..0000000000 --- a/srcpkgs/systemd-units/template +++ /dev/null @@ -1,19 +0,0 @@ -# Template file for 'systemd-units' -pkgname=systemd-units -version=0.7 -build_style=custom-install -short_desc="Void GNU/Linux systemd units" -maintainer="Juan RP " -homepage="http://code.google.com/p/xbps" -long_desc=" - $pkgname contains systemd units for a couple of Void GNU/Linux services." - -noextract=yes -noarch=yes - -do_install() -{ - vmkdir lib/systemd/system - install -m644 ${FILESDIR}/*.service ${DESTDIR}/lib/systemd/system - install -m644 ${FILESDIR}/*.socket ${DESTDIR}/lib/systemd/system -}