1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-01 14:12:20 +01:00
Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/dropbear.service
2018-03-31 01:11:35 +02:00

12 lines
259 B
Desktop File

[Unit]
Description=Dropbear SSH daemon
After=syslog.target network.target auditd.service
[Service]
EnvironmentFile=-/etc/default/dropbear
ExecStart=/usr/sbin/dropbear -F -E -p 22222 -s
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target