summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* units: enable console ask-password agent by defaultLennart Poettering2010-11-18
|
* cryptsetup: automatically order crypt partitions before cryptsetup.targetLennart Poettering2010-11-18
|
* drop support for MANAGER_SESSION, introduce MANAGER_USER insteadLennart Poettering2010-11-15
|
* delete tmp.mount which may conflict with an unrelated fstab entryKay Sievers2010-11-15
|
* build-sys: make check for libnotify explicitLennart Poettering2010-11-15
|
* Remove umount*.service files for DebianMichael Biebl2010-11-14
| | | | | | | | | With the introduction of native shutdown/reboot, the killall.service was removed (as this functionality was moved into systemd-shutdown). Without killall.service though, the umount*.service files no longer work correctly. Wit native mount support those files are also no longer necessary, so remove them.
* load-fragment: properly do comparison of wordsLennart Poettering2010-11-14
|
* cryptsetup: hook up tool with ask-passwordLennart Poettering2010-11-12
|
* manager: hookup generatorsLennart Poettering2010-11-12
|
* build-sys: fix usage of path macrosLennart Poettering2010-11-12
|
* add bash completion for systemctl --systemRan Benita2010-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've been playing recently with systemd on Arch, and had much fun. But soon, alas, my fingers started to ache from repeatedly writing systemctl restart some-long-service.service. So, I wrote a completion script. I figured other people may want to use it, so I prepared a patch against systemd-git (attached). There are some notes/disclaimers, however: - It requires bash>=4.0, sed, grep and awk. A bash-completion package is not strictly needed; sourcing the file is enough. - It wouldn't work properly with --session, as I had no way to test it. - It uses the output of systemctl list-units directly when that's enough, but also runs systemctl show when completing on some verbs (for example, to check for AllowIsolate=yes). This /may/ be somewhat slow once there are many units, since it calls a dbus method on each one. Is there a faster way to have that information? - The code is perhaps a bit long and messy; honestly, I blame the tool ;) One way to improve on the situation is to integrate some completion code in systemctl itself, the way e.g. gdbus, gsettings and django do it. This will allow for finer grained and faster completions, and it won't be necessary to keep the verb/option tables in sync with some other file. But it does mean adding all of this code in C. If this is acceptable, I'll try to have a go at it. Finally, a couple of completion tips I run into: - If you alias systemctl to, say, sctl, you get completions on that too by running to following command: complete -F _systemctl sctl - Add the following line to your .inputrc, to have the completion show after only a single tab press: set show-all-if-ambiguous on It makes the shell quite more pleasant. Hope it's good enough! Ran
* ac-power: make ac-power a proper binary that scripts can callLennart Poettering2010-11-10
|
* manager: parse RD_TIMESTAMP passed from initrdLennart Poettering2010-11-10
|
* cryptsetup: minimal cryptsetup unit generatorLennart Poettering2010-11-10
|
* man/tmpfiles.d.xml: add a manpage for tmpfiles.dBrandon Philips2010-11-05
| | | | | | | | | Initial commit of a tmpfiles.d manpage. I ran it through xmllint but I don't know how to make it look pretty like the rest of the xml files. :-P Signed-off-by: Brandon Philips <bphilips@suse.de>
* units: add unit to call /bin/plymouth update-root-fs --read-writeLennart Poettering2010-10-30
|
* fedora: enable system mounting/swapping by defaultLennart Poettering2010-10-29
|
* units: no need to create rescue.target.wants anymoreLennart Poettering2010-10-29
|
* units: make fedora/single.service standard and rename it to rescue.serviceLennart Poettering2010-10-29
|
* units: introduce plymouth-start and plymouth-kexec, and move a few things ↵Lennart Poettering2010-10-29
| | | | back from basic to sysinit
* fedora: get rid of sysinit.serviceLennart Poettering2010-10-29
|
* Fedora: Link graphical-target.wants to the virtual display-manager.service, ↵Bill Nottingham2010-10-29
| | | | not the specific prefdm.service.
* Fedora: Make systemunitdir/graphical.target.wants on 'make install'.Bill Nottingham2010-10-29
|
* Fedora: further unit tweaksBill Nottingham2010-10-29
| | | | | 1) Just ship rc-local as-is; don't worry about the 'local' name. 2) Don't install rc-local and prefdm to /etc ; just enable them globally for the system in /lib.
* Fedora: Don't ship a init.d reboot symlink.Bill Nottingham2010-10-29
|
* selinux: automatically load policy if the initrd hasn't done this for us yetLennart Poettering2010-10-27
|
* build-sys: fix 'make fedora'Lennart Poettering2010-10-26
|
* systemctl: automatically spawn temporary password agent when we might need oneLennart Poettering2010-10-26
|
* ask-password: enable plymouth agent by defaultLennart Poettering2010-10-26
|
* arch: remove obsolete sysinit.serviceTom Gundersen2010-10-25
| | | | This is now split into smaller units and shipped with the downstream package.
* fsck: remove symlink from fsck.target to sysinit.targetTom Gundersen2010-10-25
|
* ubuntu: Treat Ubuntu as a distinct distro in configure.ac etcAndrew Edmunds2010-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | Previously Ubuntu was treated as being equivalent to Debian, but the two distributions require different behaviour in certain places. This commit does not change the behaviour of systemd on either distro but it creates a framework for changes to be introduced by later commits. The following previously meant "Target is Debian or Ubuntu". * configure option "--with-distro=debian" * C preprocessor symbol "TARGET_DEBIAN" * Automake conditional "TARGET_DEBIAN" After this commit, all of the above are redefined to mean "Target is Debian" The following are introduced to mean "Target is Ubuntu". * configure option "--with-distro=ubuntu" * C preprocessor symbol "TARGET_UBUNTU" * Automake conditional "TARGET_UBUNTU" Most code written for Debian will also be applicable to Ubuntu. An extra Automake conditional "TARGET_DEBIAN_OR_UBUNTU" is introduced to avoid duplication of code that would otherwise occur. This commit updates configure.ac, Makefile.am and distro-specific source files in line with the above definitions.
* units: activate wall agent automatically if something is dropped in ↵Lennart Poettering2010-10-25
| | | | /dev/.systemd/ask-password
* ask-password: add basic tty agentLennart Poettering2010-10-25
|
* ask-password: rename ask-password-agent to gnome-ask-password-agentLennart Poettering2010-10-22
|
* syslog: enable kmsg bridge by default and enable syslogging for early boot ↵Lennart Poettering2010-10-20
| | | | services
* install: enable quota/fsck-root/hwclock load by defaultLennart Poettering2010-10-20
|
* units: add missing fsck unitsLennart Poettering2010-10-20
|
* fsck: properly hook in fsck everywhere, add special support for fsck'ing ↵Lennart Poettering2010-10-19
| | | | root dir
* fsck: add initial version of fsck and quotacheck wrappersLennart Poettering2010-10-19
|
* tmpfiles: integrate kay's directory cleanup code and otherwise beef up ↵Lennart Poettering2010-10-18
| | | | tmpfiles quite a bit
* fedora: add compat unit for /sbin/halt.localLennart Poettering2010-10-14
|
* units: introduce final.target that can be used to plug units between ↵Lennart Poettering2010-10-14
| | | | shutdown.target and the final shutdown
* units: get rid of distro-specific shutdown scripts, replace them by ↵Lennart Poettering2010-10-14
| | | | systemd-shutdown invocations
* units: introduce kexec.service, kexec.target and exit.targetLennart Poettering2010-10-14
|
* move .h file from SOURCES to DIST to make vala autotools happyKay Sievers2010-10-13
|
* unit: add minimal condition checker for unit startupLennart Poettering2010-10-13
|
* service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a serviceLennart Poettering2010-10-08
| | | | | | This should fix accounting for pam_limits and suchlike. https://bugzilla.redhat.com/show_bug.cgi?id=636036
* systemd-shutdown: add umount.h to sourcesKay Sievers2010-10-08
|
* systemd-user-sessions: install .service file and enable by defaultLennart Poettering2010-10-07
|