mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-19 05:44:08 -04:00
fix, run remove-system-map.service during sysinit.target
This commit is contained in:
parent
25b6746784
commit
c87fc75f2a
1 changed files with 5 additions and 1 deletions
|
@ -1,10 +1,14 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Removes the System.map files
|
Description=Removes the System.map files
|
||||||
Documentation=https://github.com/Whonix/security-misc
|
Documentation=https://github.com/Whonix/security-misc
|
||||||
|
DefaultDependencies=no
|
||||||
|
Before=sysinit.target
|
||||||
|
Requires=local-fs.target
|
||||||
|
After=local-fs.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/lib/security-misc/remove-system.map
|
ExecStart=/usr/lib/security-misc/remove-system.map
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=sysinit.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue