systemd-update-utmp-shutdown.service.in revision 3c4e3e1a9b5d4ffc13f61cc6510d67deb702fb6b
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# This file is part of systemd.
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding#
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# systemd is free software; you can redistribute it and/or modify it
b99dbaab171d91e1b664397cc40e039d0c087c65fielding# under the terms of the GNU General Public License as published by
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fielding# the Free Software Foundation; either version 2 of the License, or
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# (at your option) any later version.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding[Unit]
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingDescription=Notify Audit System and Update UTMP about System Shutdown
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingDefaultDependencies=no
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingWants=local-fs.target sysinit.target
ab2c1c1c83ec91415565da5a71fbc15d9685caa6fieldingAfter=local-fs.target sysinit.target auditd.service systemd-update-utmp-runlevel.service
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingBefore=poweroff.service reboot.service halt.service killall.service
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding[Service]
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingType=oneshot
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingExecStart=@rootlibexecdir@/systemd-update-utmp shutdown
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding