diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-13 19:38:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-13 19:46:51 +0200 |
commit | 186b97d99fc4017d9c88221791bf8423130a9a1f (patch) | |
tree | b0342274a08342f6d5f99d108cb42c490c4bb02d /units/systemd-update-utmp-shutdown.service.in | |
parent | fb316903b835d8a9e3130fa85f0cab7f7919f052 (diff) |
units: drop audit reference from description of utmp units since that is build-time optional
Diffstat (limited to 'units/systemd-update-utmp-shutdown.service.in')
-rw-r--r-- | units/systemd-update-utmp-shutdown.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-update-utmp-shutdown.service.in b/units/systemd-update-utmp-shutdown.service.in index 4af9212700..e86c770548 100644 --- a/units/systemd-update-utmp-shutdown.service.in +++ b/units/systemd-update-utmp-shutdown.service.in @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=Notify Audit System and Update UTMP about System Shutdown +Description=Update UTMP about System Shutdown DefaultDependencies=no After=local-fs.target sysinit.target auditd.service systemd-update-utmp-runlevel.service Before=poweroff.service reboot.service halt.service |