mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 17:56:17 -05:00
Add kill-vboxdrmclient-on-shutdown.service
This commit is contained in:
parent
9d86379f56
commit
5fbd42bbec
3 changed files with 46 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
## 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue