2010-08-11 09:38:55 +07:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Notify Audit System and Update UTMP about System Runlevel Changes
|
|
|
|
DefaultDependencies=no
|
2010-09-14 06:07:06 +07:00
|
|
|
Wants=local-fs.target sysinit.target
|
2010-10-20 04:45:18 +07:00
|
|
|
After=local-fs.target sysinit.target auditd.service runlevel1.target runlevel2.target runlevel3.target runlevel4.target runlevel5.target systemd-tmpfiles-setup.service
|
2010-09-06 20:01:31 +07:00
|
|
|
Before=poweroff.service reboot.service halt.service killall.service
|
2010-08-11 09:38:55 +07:00
|
|
|
|
|
|
|
[Service]
|
2010-08-13 23:23:01 +07:00
|
|
|
Type=oneshot
|
2010-08-17 08:29:46 +07:00
|
|
|
ExecStart=@rootlibexecdir@/systemd-update-utmp runlevel
|