mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-13 15:09:30 -05:00
fix systemd unit ExecStart
This commit is contained in:
parent
d148a769b7
commit
c0924321b8
@ -24,7 +24,7 @@ Requires=sysinit.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStart=remount-secure
|
ExecStart=remount-secure 3
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=sysinit-post.target
|
WantedBy=sysinit-post.target
|
||||||
|
Loading…
Reference in New Issue
Block a user