mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-19 18:24:09 -04:00
fix systemd unit ExecStart
This commit is contained in:
parent
d148a769b7
commit
c0924321b8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue