652aa3b072
Added a check further to make the services to stop appropriately before unmount. Fix #4651
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
[Unit]
|
|
After=var-log.mount host.mount local-fs.target
|
|
|
|
[Socket]
|
|
ExecStopPre=/usr/bin/host_umount.sh journal_stop
|
|
ExecStopPost=/usr/bin/host_umount.sh delete_loop_device
|