History log of /systemd/units/systemd-machine-id-commit.service.in
Revision Date Author Comments Expand
4a9b1dd4ad38e54e6b7df99fe3366ceddd1fa572 29-Sep-2015 Lennart Poettering <lennart@poettering.net>

machine-id-commit: merge machine-id-commit functionality into machine-id-setup And remove machine-id-commit as separate binary. There's really no point in keeping this separate, as the sources are pretty much identical, and have pretty identical interfaces. Let's unify this in one binary. Given that machine-id-commit was a private binary of systemd (shipped in /usr/lib/) removing the tool is not an API break. While we are at it, improve the documentation of the command substantially.

b53374f99b619abd90a7c19d69d37a3298b084d5 28-Apr-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

units: specify timeouts for more oneshot services Even trivial service occasionally get stuck, for example when there's a problem with the journal. There's nothing more annoying that looking at the cylon eye for a job with an infinite timeout. Use standard 90s for jobs that do some work, and 30s for those which should be almost instantenous.

a1405db67c9fa6e8d734933cc7dd208bdb703cae 03-Dec-2014 Didier Roche <didrocks@ubuntu.com>

machine-id-commit: add unit file The unit file only active the machine-id-commit helper if /etc is mounted writable and /etc/machine-id is an independant mount point (should be a tmpfs).