2010/6/25 Kay Sievers <[email protected]>: > > and converted udev init scripts to native systemd configurations to > place into /lib/systemd/system/ are here: > http://people.freedesktop.org/~kay/systemd/
Looking at the udev.service file, I noticed: [Service] Type=notify ExecStart=/sbin/udevd ExecStartPost=/sbin/udevadm trigger --type=subsystems --action=add ExecStartPost=/sbin/udevadm trigger --type=devices --action=add That duplicate ExecStartPost, is that a bug or intentional? If the latter, what is the order in which those commands are run? Is it possible to run other Exec* commands, like ExecStart= in parallel/multiple times? Would be cool if those options were documented in the systemd.service man page. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
