2023-03-30 02:08:47 -04:00
|
|
|
## Copyright (C) 2019 - 2023 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
2019-12-29 05:09:07 -05:00
|
|
|
## See the file COPYING for copying conditions.
|
|
|
|
|
2019-06-25 15:25:32 -04:00
|
|
|
[Unit]
|
|
|
|
Description=Removes the System.map files
|
2019-06-28 03:18:30 -04:00
|
|
|
Documentation=https://github.com/Whonix/security-misc
|
2019-10-05 05:36:21 -04:00
|
|
|
DefaultDependencies=no
|
|
|
|
Before=sysinit.target
|
|
|
|
Requires=local-fs.target
|
|
|
|
After=local-fs.target
|
2019-06-25 15:25:32 -04:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2021-08-03 12:56:31 -04:00
|
|
|
ExecStart=/usr/libexec/security-misc/remove-system.map
|
2021-04-03 11:44:13 -04:00
|
|
|
RemainAfterExit=yes
|
2019-06-25 15:25:32 -04:00
|
|
|
|
|
|
|
[Install]
|
2019-10-05 05:36:21 -04:00
|
|
|
WantedBy=sysinit.target
|