# SPDX-License-Identifier: LGPL-2.1-or-later | |
[Unit] | |
DefaultDependencies=no | |
Conflicts=shutdown.target | |
After=systemd-fsck-root.service | |
Before=local-fs-pre.target local-fs.target shutdown.target | |
Wants=local-fs-pre.target | |
[Service] | |
Type=oneshot | |
RemainAfterExit=yes | |
ExecStart=/bin/systemctl reload / |