- Cleanup init script - Add a sysconfig file - Relocate pidfile to /var/run/ajaxterm/ajaxterm.pid - Add a README.Fedora - Add an example config for Apache
15 lines
377 B
Text
15 lines
377 B
Text
# Default start options for Ajaxterm
|
||
|
||
# Set the daemon's user id (ajaxterm by default)
|
||
# If run as root ajaxterm will run `/bin/login',
|
||
# otherwise it will run `ssh localhost'.
|
||
#USER="ajaxterm"
|
||
|
||
# Allow to change the default port used by Ajaxterm
|
||
#PORT="8022"
|
||
|
||
# Allow to use a different port than 22 to connect to the ssh server
|
||
#SERVERPORT="22"
|
||
|
||
# extra options
|
||
#OPTIONS=""
|