blob: c8a4e5003feecfcf43e90a48690e7cc860f6cb81 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Dropbear SSH Server
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid -R
[Install]
WantedBy=multi-user.target
|