diff options
author | B. Watson <urchlay@slackware.uk> | 2025-05-06 15:19:59 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-05-06 15:19:59 -0400 |
commit | 9df059293d7743fbc1d51685faf45c384adbda85 (patch) | |
tree | 52cec11f7b985f4717aac87cf3fc9073bc2a4597 /marsond.rst | |
parent | f0377a641080105502bcd77d059ec698c25f8769 (diff) | |
download | marsond-9df059293d7743fbc1d51685faf45c384adbda85.tar.gz |
update man page.
Diffstat (limited to 'marsond.rst')
-rw-r--r-- | marsond.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/marsond.rst b/marsond.rst index 2df75bb..8b798c3 100644 --- a/marsond.rst +++ b/marsond.rst @@ -57,6 +57,11 @@ does, with SDL 1 and 2 running under X (and SDL 1 on the console, too). I don't use Wayland, so I haven't tested it there. If you do, please contact me and let me know if it works for you. +**marsond** must be run as root. After grabbing the keyboard +and creating the virtual keyboard device, it will drop +privileges and run as the *nobody* user by default (but +see **ENVIRONMENT** if you need a different user). + OPTIONS ======= @@ -106,7 +111,9 @@ MARSOND_USER setting its user ID to this user's. Default: *nobody* MARSOND_GROUP - Group to run as, after dropping privileges. Default: *nogroup* + Group to run as, after dropping privileges. Default: + the primary group of the user it's running as. Normally + you won't have to set this. .. EXIT STATUS .. =========== |