2020-04-01 19:49:59 +07:00
|
|
|
## Copyright (C) 2019 - 2020 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
2019-12-29 17:09:07 +07:00
|
|
|
## See the file COPYING for copying conditions.
|
|
|
|
|
2019-06-26 02:25:32 +07:00
|
|
|
[Unit]
|
|
|
|
Description=Removes the System.map files
|
2019-06-28 14:18:30 +07:00
|
|
|
Documentation=https://github.com/Whonix/security-misc
|
2019-10-05 16:36:21 +07:00
|
|
|
DefaultDependencies=no
|
|
|
|
Before=sysinit.target
|
|
|
|
Requires=local-fs.target
|
|
|
|
After=local-fs.target
|
2019-06-26 02:25:32 +07:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2019-06-27 23:09:52 +07:00
|
|
|
ExecStart=/usr/lib/security-misc/remove-system.map
|
2019-06-26 02:25:32 +07:00
|
|
|
|
|
|
|
[Install]
|
2019-10-05 16:36:21 +07:00
|
|
|
WantedBy=sysinit.target
|