diff options
author | June McEnroe <june@causal.agency> | 2020-08-16 17:32:23 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-16 17:32:23 -0400 |
commit | daac7db044d1e0f270d12791810414815113058c (patch) | |
tree | d0e2f4bc5e984807d4cad496a7ba83dd6d5ac40c /catsitd.8 | |
parent | Add privileged services (diff) | |
download | catsit-daac7db044d1e0f270d12791810414815113058c.tar.gz catsit-daac7db044d1e0f270d12791810414815113058c.zip |
Don't set LOGNAME
LOGNAME is a SysV thing. This is a BSD program.
Diffstat (limited to '')
-rw-r--r-- | catsitd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/catsitd.8 b/catsitd.8 index 3bc4b3f..e5e7290 100644 --- a/catsitd.8 +++ b/catsitd.8 @@ -1,4 +1,4 @@ -.Dd August 15, 2020 +.Dd August 16, 2020 .Dt CATSITD 8 .Os . @@ -172,7 +172,7 @@ Services are started with empty environments apart from the following: .Bl -tag -width Ds -.It Ev LOGNAME , Ev USER +.It Ev USER Set to the name of the user specified by .Fl u . .It Ev HOME |