summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-12-29 13:28:08 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2014-12-29 13:28:08 +0100
commit4fc1c2c10c9c359480561927a0b0eb0a6fab9fe1 (patch)
tree824384365daada40783cc51b614774ef49749018 /INSTALL
parent176014a5d7bc17dc9528a01df1280b09a3505a8d (diff)
downloadaurweb-4fc1c2c10c9c359480561927a0b0eb0a6fab9fe1.tar.xz
Add systemd unit files for the AUR sshd
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 5 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index b198997..72e7539 100644
--- a/INSTALL
+++ b/INSTALL
@@ -37,6 +37,9 @@ Setup on Arch Linux
# useradd -U -d /srv/http/aur -c 'AUR user' aur
# chown aur:aur /srv/http/aur/.ssh/
-8) Run the sshd as the new user.
+8) Add, enable and start systemd unit files for the new sshd:
- $ /srv/http/aur/openssh/sshd -f /srv/http/aur/.ssh/sshd_config
+ # cp /srv/http/aur/conf/aur-sshd.socket /etc/systemd/system/
+ # cp /srv/http/aur/conf/aur-sshd@.service /etc/systemd/system/
+ # systemctl enable aur-sshd.socket
+ # systemctl start aur-sshd.socket