diff options
| author | Jonathan Bauer | 2014-01-29 18:32:56 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2014-01-29 18:32:56 +0100 |
| commit | a917692f2b2440eade996202a64e93ad98613d76 (patch) | |
| tree | 7ce547dee503a0709cc77d48687279f71407825c /remote/modules/systemd/systemd.conf | |
| parent | also don't require stage_to_exclude anymore on command line (diff) | |
| download | tm-scripts-a917692f2b2440eade996202a64e93ad98613d76.tar.gz tm-scripts-a917692f2b2440eade996202a64e93ad98613d76.tar.xz tm-scripts-a917692f2b2440eade996202a64e93ad98613d76.zip | |
[systemd] reworked how we get the default systemd services files. We now
maintain our own minimalistic set of services instead of just filtering
out the "bad ones".
Diffstat (limited to 'remote/modules/systemd/systemd.conf')
| -rw-r--r-- | remote/modules/systemd/systemd.conf | 130 |
1 files changed, 52 insertions, 78 deletions
diff --git a/remote/modules/systemd/systemd.conf b/remote/modules/systemd/systemd.conf index 62a463a0..4ca11365 100644 --- a/remote/modules/systemd/systemd.conf +++ b/remote/modules/systemd/systemd.conf @@ -2,90 +2,64 @@ REQUIRED_VERSION="systemd-204" REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.xz" REQUIRED_LIBKMOD_VERSION="kmod-14" REQUIRED_LIBKMOD_URL="http://www.kernel.org/pub/linux/utils/kernel/kmod/${REQUIRED_LIBKMOD_VERSION}.tar.gz" -REQUIRED_DISABLED_SERVICES=" - tmp.mount - systemd-random-seed-save.service - systemd-random-seed-load.service - systemd-readahead-collect.service - systemd-readahead-replay.service - systemd-tmpfiles-clean.service - systemd-tmpfiles-clean.timer - local-fs-pre.target - local-fs.target - local-fs.target.wants - systemd-remount-fs.service - remote-fs.target - remote-fs-pre.target - initrd-root-fs.target - initrd-fs.target - systemd-fsck-root.service - systemd-fsck@.service - sys-kernel-debug.mount - nss-lookup.target - nss-user-lookup.target - systemd-initctl.service - systemd-initctl.socket - umount.target -" REQUIRED_BINARIES=" - journalctl - loginctl - systemctl - systemd-analyze - systemd-ask-password - systemd-cat - systemd-cgls - systemd-cgtop - systemd-delta - systemd-detect-virt - systemd-inhibit - systemd-machine-id-setup - systemd-notify - systemd-nspawn - systemd-stdio-bridge - systemd-tmpfiles - systemd-tty-ask-password-agent - udevadm - systemd - systemd-ac-power - systemd-binfmt - systemd-cgroups-agent - systemd-fsck - systemd-initctl - systemd-journald - systemd-logind - systemd-modules-load - systemd-multi-seat-x - systemd-random-seed - systemd-readahead - systemd-remount-fs - systemd-reply-password - systemd-shutdown - systemd-shutdownd - systemd-sleep - systemd-sysctl - systemd-timestamp - systemd-udevd - systemd-update-utmp - systemd-user-sessions - systemd-vconsole-setup - systemd-fstab-generator - systemd-getty-generator - systemd-rc-local-generator - systemd-system-update-generator - accelerometer - ata_id - cdrom_id - collect - mtd_probe - scsi_id - v4l_id" + journalctl + loginctl + systemctl + systemd-analyze + systemd-ask-password + systemd-cat + systemd-cgls + systemd-cgtop + systemd-delta + systemd-detect-virt + systemd-inhibit + systemd-machine-id-setup + systemd-notify + systemd-nspawn + systemd-stdio-bridge + systemd-tmpfiles + systemd-tty-ask-password-agent + udevadm + systemd + systemd-ac-power + systemd-binfmt + systemd-cgroups-agent + systemd-fsck + systemd-initctl + systemd-journald + systemd-logind + systemd-modules-load + systemd-multi-seat-x + systemd-random-seed + systemd-readahead + systemd-remount-fs + systemd-reply-password + systemd-shutdown + systemd-shutdownd + systemd-sleep + systemd-sysctl + systemd-timestamp + systemd-udevd + systemd-update-utmp + systemd-user-sessions + systemd-vconsole-setup + systemd-fstab-generator + systemd-getty-generator + systemd-rc-local-generator + systemd-system-update-generator + accelerometer + ata_id + cdrom_id + collect + mtd_probe + scsi_id + v4l_id" REQUIRED_DIRECTORIES=" /etc /usr/include /usr/share/dbus-1 /usr/share/polkit-1 /usr/lib/udev - /usr/lib/systemd /usr/lib/tmpfiles.d " |
