15 lines
351 B
Desktop File
15 lines
351 B
Desktop File
[Unit]
|
|
Description=Bee: configure SSH access (keys or password fallback)
|
|
After=local-fs.target
|
|
Before=ssh.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/bee-sshsetup
|
|
StandardOutput=append:/appdata/bee/export/bee-sshsetup.log
|
|
StandardError=append:/appdata/bee/export/bee-sshsetup.log
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|