mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
added untracked dropbear.service file
This commit is contained in:
parent
edfd195113
commit
7d296925f0
1 changed files with 10 additions and 0 deletions
10
aur/dropbear/dropbear.service
Normal file
10
aur/dropbear/dropbear.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Dropbear SSH Daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/sbin/dropbear -F -P /run/dropbear.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in a new issue