summaryrefslogtreecommitdiffstats
path: root/network/x2goserver
diff options
context:
space:
mode:
author B. Watson2022-03-14 08:38:10 +0100
committer B. Watson2022-03-14 08:38:10 +0100
commit93bce8ce2c7c501baebbe8c2c88b95dba43c21cb (patch)
treedb2b9ba392811bfd72159b3d4529ea70d4424b44 /network/x2goserver
parentd51774c8add1eb2c96d10e1bf39e5ae432f7b915 (diff)
downloadslackbuilds-93bce8ce2c7c501baebbe8c2c88b95dba43c21cb.tar.gz
network/x2goserver: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/x2goserver')
-rw-r--r--network/x2goserver/README9
1 files changed, 6 insertions, 3 deletions
diff --git a/network/x2goserver/README b/network/x2goserver/README
index 36b61c6c01..bdcddf1f05 100644
--- a/network/x2goserver/README
+++ b/network/x2goserver/README
@@ -14,16 +14,19 @@ This script requires a 'x2gouser' user/group to exist before running.
You can create these using:
groupadd -g 290 x2gouser
- useradd -u 290 -g 290 -c "X2Go Remote Desktop" -M -d /var/lib/x2go -s /bin/false x2gouser
+ useradd -u 290 -g 290 -c "X2Go Remote Desktop" -M \
+ -d /var/lib/x2go -s /bin/false x2gouser
groupadd -g 291 x2goprint
- useradd -u 291 -g 291 -c "X2Go Remote Desktop" -m -d /var/spool/x2goprint -s /bin/false x2goprint
+ useradd -u 291 -g 291 -c "X2Go Remote Desktop" -m \
+ -d /var/spool/x2goprint -s /bin/false x2goprint
chown x2goprint:x2goprint /var/spool/x2goprint
chmod 0770 /var/spool/x2goprint
Before running the server, you have to initialize the internal database:
x2godbadmin --createdb
-If you want to run the server at boot include it in your /etc/rc.d/rc.local:
+If you want to run the server at boot include it in your
+/etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.x2goserver ]; then
/etc/rc.d/rc.x2goserver start