mirror of
https://github.com/systemd/systemd.git
synced 2024-10-31 16:21:26 +03:00
12 lines
251 B
SYSTEMD
12 lines
251 B
SYSTEMD
|
[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 /
|