- 04 Sep, 2014 1 commit
-
-
Michael Biebl authored
-
- 11 Jul, 2014 1 commit
-
-
Jon Severinsson authored
-
- 27 Apr, 2014 1 commit
-
-
Michael Biebl authored
-
- 26 Apr, 2014 3 commits
-
-
Michael Stapelberg authored
Instead of tracking git upstream directly, the upstream branch now contains the contents of the orig tarball available at http://www.freedesktop.org/software/systemd/
-
Michael Stapelberg authored
This is necessary to properly deal with files like units/syslog.target, which would not be deleted when merging otherwise.
-
Michael Stapelberg authored
-
- 19 Mar, 2014 1 commit
-
-
Michael Biebl authored
This is a followup commit for e89ec25a
-
- 11 Feb, 2014 1 commit
-
-
- 09 Feb, 2014 2 commits
-
-
Michael Stapelberg authored
-
-
- 18 Jul, 2013 2 commits
-
-
Martin Pitt authored
Storing huge binary files in /etc/ is ugly, as this is neither user-editable nor configuration of any kind. This is just a cache file, and does not need backing up. Move it to udevlibexecdir instead.
-
Michael Biebl authored
This reverts commit 5d4caf56. Since we added back support for rcS style services, we re-add support for $local_fs, too.
-
- 09 May, 2013 3 commits
-
-
Lennart Poettering authored
-
Karol Lewandowski authored
According to Documentation/security/Smack.txt: In keeping with the intent of Smack, configuration data is minimal and not strictly required. The most important configuration step is mounting the smackfs pseudo filesystem. This means that checking the mount point should be enough.
-
Zbigniew Jędrzejewski-Szmek authored
-
- 06 May, 2013 7 commits
-
-
Zbigniew Jędrzejewski-Szmek authored
A new config file /etc/systemd/sleep.conf is added. It is parsed by systemd-sleep and logind. The strings written to /sys/power/disk and /sys/power/state can be configured. This allows people to use different modes of suspend on systems with broken or special hardware. Configuration is shared between systemd-sleep and logind to enable logind to answer the question "can the system be put to sleep" as correctly as possible without actually invoking the action. If the user configured systemd-sleep to only use 'freeze', but current kernel does not support it, logind will properly report that the system cannot be put to sleep. https://bugs.freedesktop.org/show_bug.cgi?id=57793 https://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=7e73c5ae6e7991a6c01f6d096ff8afaef4458c36 http://lists.freedesktop.org/archives/systemd-devel/2013-February/009238.html SYSTEM_CONFIG_FILE and USER_CONFIG_FILE defines were removed since they were used in only a few places and with the addition of /etc/systemd/sleep.conf it becomes easier to just append the name of each file to the dir name.
-
Ross Lagerwall authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Nirbheek Chauhan authored
Checking for the apparmor directory in securityfs means the apparmor module is loaded and enabled, and hence should suffice as a test. https://bugs.freedesktop.org/show_bug.cgi?id=63312
-
-
Harald Hoyer authored
Do the depmod in the kernel-install hooks, so hooks can produce/install kernel modules and be part of the depmod. Also move the basic boot loader entry creation and removal to a plugin script. If PRETTY_NAME is not defined in /etc/os-release, fallback to PRETTY_NAME="Linux $KERNEL_VERSION". Add documentation for everything in the man page.
-
- 04 May, 2013 2 commits
-
-
Ville Skyttä authored
-
Zbigniew Jędrzejewski-Szmek authored
So no one needs to say "go to fd.o/software/systemd/man, open page X, then scroll down to section 3, and look for ..." anymore.
-
- 03 May, 2013 4 commits
-
-
Lukas Nykryn authored
This patch adds more script-friendly output for list-dependencies.
-
Colin Guthrie authored
As some SSDs are still seeing performance degredation when reaching 85% usage the default value of 5% seems a little low. Set this to 15% by default.
-
Zbigniew Jędrzejewski-Szmek authored
Everything which is an absolute filename marked with <filename></filename> lands in the index, unless noindex= attribute is present. Should make it easier for people to find stuff when they are looking at a file on disk. Various formatting errors in manpages are fixed, kernel-install(1) is restored to formatting sanity.
-
Zbigniew Jędrzejewski-Szmek authored
-
- 02 May, 2013 1 commit
-
-
Nathaniel Chen authored
Bootchart has a help option. For the sake of consistency, this patch adds it to the man page. Also, the TODO is updated. Bootcharts were added to the journal in commit c4d58b0b.
-
- 01 May, 2013 1 commit
-
-
Zbigniew Jędrzejewski-Szmek authored
cg_get_machine_path is modified to include the escaped machine name + ".nspawn" if the machine argument is nonnull.
-
- 30 Apr, 2013 3 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
We generally document the suggested paths, not the paths possible in weird, non-standard setups. We do this in order to not confuse administrators/users unnecessarily and to push people to install things into the same directories on all distributions. We are PID 1 after all, the really basic building block of the OS. Unlike for an app there's very little benefit in being entirely relocatable.
-
Lennart Poettering authored
Also, always accept both our simple hexdump syntax and UUID syntax.
-
- 29 Apr, 2013 1 commit
-
-
Zbigniew Jędrzejewski-Szmek authored
Related to https://bugzilla.redhat.com/show_bug.cgi?id=957135.
-
- 26 Apr, 2013 1 commit
-
-
Harald Hoyer authored
"critical-chain" prints a tree of the critical chain of units $ ./systemd-analyze critical-chain graphical.target @1.226s └─multi-user.target @1.226s └─nfs-lock.service @961ms +265ms └─rpcbind.service @958ms +1ms └─network.target @957ms └─NetworkManager.service @434ms +522ms └─basic.target @428ms └─sockets.target @428ms └─dbus.socket @428ms └─sysinit.target @427ms └─systemd-tmpfiles-setup.service @411ms +15ms └─local-fs.target @410ms └─boot-efi.automount @410ms └─boot.mount @397ms +9ms └─local-fs-pre.target @192ms └─systemd-udevd.service @187ms +5ms └─systemd-udevd-control.socket @140ms └─-.mount With the "--fuzz=<ms>" parameter one can display more units around the critical units. $ ./systemd-analyze --fuzz=10ms critical-chain └─multi-user.target @1.226s └─nfs-lock.service @961ms +265ms ├─rpcbind.service @958ms +1ms │ └─network.target @957ms │ └─NetworkManager.service @434ms +522ms │ ├─basic.target @428ms │ │ ├─sockets.target @428ms │ │ │ ├─dbus.socket @428ms │ │ │ │ └─sysinit.target @427ms │ │ │ │ ├─systemd-tmpfiles-setup.service @411ms +15ms │ │ │ │ │ └─local-fs.target @410ms │ │ │ │ │ └─boot-efi.automount @410ms │ │ │ │ │ └─boot.mount @397ms +9ms │ │ │ │ │ └─local-fs-pre.target @192ms │ │ │ │ │ └─systemd-udevd.service @187ms +5ms │ │ │ │ │ ├─systemd-udevd-control.socket @140ms │ │ │ │ │ │ └─-.mount │ │ │ │ │ └─systemd-udevd-kernel.socket @140ms │ │ │ │ └─swap.target @421ms │ │ │ │ └─dev-disk-by\x2duuid-....swap @414ms +6ms │ │ │ │ └─systemd-journald.socket │ │ │ ├─rpcbind.socket @428ms │ │ │ └─cups.socket @428ms │ │ ├─paths.target @428ms │ │ │ └─cups.path @428ms │ │ ├─timers.target @427ms │ │ │ └─systemd-tmpfiles-clean.timer @427ms │ │ └─sysinit.target @427ms │ │ └─... │ └─dbus.socket @428ms │ └─... └─network.target @957ms └─...
-
- 24 Apr, 2013 3 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Zbigniew Jędrzejewski-Szmek authored
Also update completion scripts a bit.
-
- 23 Apr, 2013 1 commit
-
-
Umut Tezduyar authored
-
- 18 Apr, 2013 1 commit
-
-
Lennart Poettering authored
-