Files
bee/iso/overlay/etc/systemd/system/bee-sshsetup.service
2026-03-16 18:20:26 +03:00

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