mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-21 14:12:14 +07: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
|