Initial commit
This commit is contained in:
10
rootfs/overlay/usr/lib/systemd/system/fetch-sshkeys@.service
Normal file
10
rootfs/overlay/usr/lib/systemd/system/fetch-sshkeys@.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Fetch SSH authorized_keys for %I
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
After=remote-fs.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/libexec/fetch-sshkeys.sh
|
||||
User=%I
|
||||
Reference in New Issue
Block a user