tree-wide: remove some spurious newlines
[systemd.io.git] / tmpfiles.d / provision.conf
blob2669863b6eb8086ccfc56d0003c9e2b01c42d8c5
1 #  This file is part of systemd.
3 #  systemd is free software; you can redistribute it and/or modify it
4 #  under the terms of the GNU Lesser General Public License as published by
5 #  the Free Software Foundation; either version 2.1 of the License, or
6 #  (at your option) any later version.
8 # See tmpfiles.d(5) for details.
10 # Provision additional login messages from credentials, if they are set. Note
11 # that these lines are NOPs if the credentials are not set or if the files
12 # already exist.
13 f^ /etc/motd.d/50-provision.conf - - - - login.motd
14 f^ /etc/issue.d/50-provision.conf - - - - login.issue
16 # Provision a /etc/hosts file from credentials.
17 f^ /etc/hosts - - - - network.hosts
19 # Provision SSH key for root
20 d- /root :0700 root :root -
21 d- /root/.ssh :0700 root :root -
22 f^ /root/.ssh/authorized_keys :0600 root :root - ssh.authorized_keys.root