mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 12:56:23 -05:00
15 lines
412 B
Text
15 lines
412 B
Text
## Copyright (C) 2025 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
[Unit]
|
|
Description=kill VBoxDRMClient during shutdown to allow /tmp to be unmounted properly
|
|
ConditionVirtualization=oracle
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
ExecStart=true
|
|
ExecStop=/usr/libexec/security-misc/kill-vboxdrmclient-on-shutdown
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|