2020-04-01 08:49:59 -04:00
|
|
|
## Copyright (C) 2019 - 2020 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
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
|
2019-06-27 12:09:52 -04:00
|
|
|
ExecStart=/usr/lib/security-misc/remove-system.map
|
2019-06-25 15:25:32 -04:00
|
|
|
|
|
|
|
[Install]
|
2019-10-05 05:36:21 -04:00
|
|
|
WantedBy=sysinit.target
|