mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-10 11:05:03 -05:00
10 lines
216 B
SYSTEMD
10 lines
216 B
SYSTEMD
|
[Unit]
|
||
|
Description=TinySSH Per-Connection Daemon
|
||
|
Documentation=http://tinyssh.org
|
||
|
After=tinysshgenkeys.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/tinysshd /etc/tinyssh/sshkeydir
|
||
|
StandardInput=socket
|
||
|
StandardError=journal
|