fix systemd unit ExecStart

This commit is contained in:
Patrick Schleizer 2024-02-22 09:52:36 -05:00
parent d148a769b7
commit c0924321b8
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -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