mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
9 lines
138 B
SYSTEMD
9 lines
138 B
SYSTEMD
[Unit]
|
|
Description=Exit
|
|
Requires=shutdown.target
|
|
After=shutdown.target
|
|
|
|
[Service]
|
|
Type=finish
|
|
ExecStart=@SYSTEMCTL@ --session daemon-exit
|