/usr/lib/systemd/system/reboot.target.wants
NameSizeModeActions
vzreboot.service5310644editdlrm
Edit: /usr/lib/systemd/system/vzreboot.service (531B)
# 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=Tell that Container is rebooted ConditionPathExists=/proc/vz ConditionPathExists=!/proc/bc Before=systemd-reboot.service DefaultDependencies=no [Service] Type=forking ExecStart=/bin/touch /reboot TimeoutSec=0 RemainAfterExit=no