Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-13 | unit-name: introduce unit_dbus_path_from_name() | Michal Schmidt | |
Use the same function in core and in systemctl. get_unit_path() in systemctl becomes unnecessary. | |||
2012-06-04 | unit-name: never create a unit name with a leading '.' | Kay Sievers | |
Supposed to prevent creating unit files like: ├── dev-sda1.device.wants │ └── .dot.mount -> /run/systemd/generator/.dot.mount ├── .dot.mount from: # cat /etc/fstab /dev/sda1 /.dot vfat ro 1 3 which we later skip reading because of the leading '.'. | |||
2012-05-08 | util: split-out path-util.[ch] | Kay Sievers | |
2012-04-12 | move more common files to shared/ and add them to shared.la | Kay Sievers | |