mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-27 12:19:22 -05:00
10 lines
161 B
SYSTEMD
10 lines
161 B
SYSTEMD
|
[Unit]
|
||
|
Description=Removes the System.map files
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
Execstart=/usr/lib/security-misc/remove-system.map
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|