diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-16 02:37:59 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-16 02:37:59 +0200 |
commit | a1d821025a51e119a5959fb8b3fb976e41260f1a (patch) | |
tree | 1647b14c1a3939a537c3f1060209f83e86e5b2b3 /99-systemd.rules | |
parent | 129126f3792c452c871c0a096dcb1020c4d8096b (diff) |
systemadm: consider units with a job live
Diffstat (limited to '99-systemd.rules')
-rw-r--r-- | 99-systemd.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/99-systemd.rules b/99-systemd.rules index c5c330f936..e88f10a6ed 100644 --- a/99-systemd.rules +++ b/99-systemd.rules @@ -22,7 +22,7 @@ KERNEL=="ttyS*", ENV{SYSTEMD_EXPOSE}="1" SUBSYSTEM=="block", ENV{SYSTEMD_EXPOSE}="1" -# We need a hardware independant way to identify network devices. We +# We need a hardware independent way to identify network devices. We # use the /sys/subsystem path for this. Current vanilla kernels don't # actually support that hierarchy right now, however upcoming kernels # will. HAL and udev internally support /sys/subsystem already, hence |