summaryrefslogtreecommitdiff
path: root/units/fsck@.service.in
AgeCommit message (Collapse)Author
2012-06-25units: rename fsck@.service to systemd-fsck@.serviceLennart Poettering
The rule is that units that encapsulate our own code are prefixed with "systemd-". Since the fsck units invoke our own code, hence add the missing prefix. Since a long long time the fsck units didn't invoke the naked fsck binaries anymore, and it is unlikely that this well ever change. On the opposite: the code in systemd-fsck will probably get more complex over time to handle fsck progress to plymouth forwarding. Same for quotacheck (but not quotaon!)
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
2012-01-12core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering
2011-04-20fsck: don't fsck against basic.target in order to properly allow automount /homeLennart Poettering
2011-02-20unit: don't timeout fsckLennart Poettering
2011-02-18units: order fsck@.service before basic.target instead of local-fs.target to ↵Lennart Poettering
relax things a little
2011-02-15fsck: output to /dev/console by default in addition to syslogLennart Poettering
2010-10-29unit: replace StopRetroactively= by BindTo= dependenciesLennart Poettering
The property StopRetroactively= needs to be per-dependency, not per-unit, in order to properly express dependencies between .mount units and its .device and fsck .service units. If the .device unit is unplugged the mount should go away, but if the fsck process terminates the .mount should stay.
2010-10-20syslog: enable kmsg bridge by default and enable syslogging for early boot ↵Lennart Poettering
services
2010-10-20unit: introduce %f specifier to decode file namesLennart Poettering
2010-10-20fsck: wait for device to show upLennart Poettering
2010-10-20units: add missing fsck unitsLennart Poettering