mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
Remove systemd-units. All units are now in specific pkgs.
This commit is contained in:
parent
a8498e55f5
commit
9b8d220783
18 changed files with 0 additions and 203 deletions
|
@ -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}
|
|
|
@ -1,8 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=ACPID Listen Socket
|
|
||||||
|
|
||||||
[Socket]
|
|
||||||
ListenStream=/run/acpid.socket
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=sockets.target
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -1,8 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Name Service Cache Daemon Socket
|
|
||||||
|
|
||||||
[Socket]
|
|
||||||
ListenStream=/var/run/nscd/socket
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=sockets.target
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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).
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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.
|
|
|
@ -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 <xtraeme@gmail.com>"
|
|
||||||
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
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue