mirror of
https://github.com/systemd/systemd
synced 2024-11-05 18:25:39 +00:00
tmpfiles.d: do not fail if provision.conf fails
On a read-only filesystem creating /root/.ssh might fail, but that's ok. Do not fail the run, as this is only needed to add the credential, which is a separate step.
This commit is contained in:
parent
cb9c37b349
commit
e0fc9be37e
1 changed files with 2 additions and 2 deletions
|
@ -17,6 +17,6 @@ f^ /etc/issue.d/50-provision.conf - - - - login.issue
|
|||
f^ /etc/hosts - - - - network.hosts
|
||||
|
||||
# Provision SSH key for root
|
||||
d /root :0700 root :root -
|
||||
d /root/.ssh :0700 root :root -
|
||||
d- /root :0700 root :root -
|
||||
d- /root/.ssh :0700 root :root -
|
||||
f^ /root/.ssh/authorized_keys :0600 root :root - ssh.authorized_keys.root
|
||||
|
|
Loading…
Reference in a new issue