diff options
author | root <root@rshg054.dnsready.net> | 2012-06-12 00:01:37 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-12 00:01:37 +0000 |
commit | 14b46fb49966c5beb34127a600e7be2a04d0821b (patch) | |
tree | 65525e60fb02fa22c1f3acfd99f60d500606f1f8 /staging/openssh | |
parent | 306ac55c1e99cfb5801ef0d9acf2a11d3994d80d (diff) |
Tue Jun 12 00:01:37 UTC 2012
Diffstat (limited to 'staging/openssh')
-rw-r--r-- | staging/openssh/PKGBUILD | 2 | ||||
-rw-r--r-- | staging/openssh/sshd@.service | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/staging/openssh/PKGBUILD b/staging/openssh/PKGBUILD index e921291d4..a492d3cb0 100644 --- a/staging/openssh/PKGBUILD +++ b/staging/openssh/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 161305 2012-06-09 05:45:18Z bisson $ +# $Id: PKGBUILD 161379 2012-06-10 13:19:01Z bluewind $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> diff --git a/staging/openssh/sshd@.service b/staging/openssh/sshd@.service new file mode 100644 index 000000000..2fd9b0814 --- /dev/null +++ b/staging/openssh/sshd@.service @@ -0,0 +1,8 @@ +[Unit] +Description=OpenSSH Per-Connection Daemon +After=sshdgenkeys.service + +[Service] +ExecStart=-/usr/sbin/sshd -i +StandardInput=socket +StandardError=syslog |