10 lines
173 B
Desktop File
10 lines
173 B
Desktop File
[Unit]
|
|
Description=Dropbear SSH Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|