mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-04 16:54:58 -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]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=remount-secure
|
||||
ExecStart=remount-secure 3
|
||||
|
||||
[Install]
|
||||
WantedBy=sysinit-post.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue