mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
7 lines
123 B
Bash
Executable file
7 lines
123 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Update this every time.
|
|
chown -R aur:aur /aurweb/aur.git
|
|
|
|
# Start up sshd
|
|
exec /usr/sbin/sshd -e -p 2222 -D
|