2021-03-17 20:45:21 +07:00
|
|
|
## Copyright (C) 2012 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
2019-10-04 04:37:29 +07:00
|
|
|
## See the file COPYING for copying conditions.
|
|
|
|
|
2019-10-04 03:45:29 +07:00
|
|
|
[Unit]
|
|
|
|
Description=Hide hardware information to unprivileged users
|
|
|
|
Documentation=https://github.com/Whonix/security-misc
|
|
|
|
DefaultDependencies=no
|
|
|
|
Before=sysinit.target
|
|
|
|
Requires=local-fs.target
|
|
|
|
After=local-fs.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2021-08-03 23:56:31 +07:00
|
|
|
ExecStart=/usr/libexec/security-misc/hide-hardware-info
|
2021-04-03 22:44:13 +07:00
|
|
|
RemainAfterExit=yes
|
2019-10-04 03:45:29 +07:00
|
|
|
|
|
|
|
[Install]
|
2019-10-05 00:32:52 +07:00
|
|
|
WantedBy=sysinit.target
|