Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/turnstiled.8.scd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For configuration, see *turnstiled.conf*(5).

Upon user login, it spawns an instance of the chosen service manager for the
user, while upon last logout, it shuts down this instance (unless configured
to longer).
to linger).

User logins and logouts are communicated via *pam\_turnstile*(8).

Expand Down
2 changes: 1 addition & 1 deletion turnstiled.conf.5.scd.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ accept more values.

Valid values are _yes_, _no_ and _maybe_.

*rundir\_path* (string: _@RUN_PATH@/usr/%u_)
*rundir\_path* (string: _@RUN_PATH@/user/%u_)
The value of _$XDG\_RUNTIME\_DIR_ that is exported into the user service
environment. Special values _%u_ (user ID), _%g_ (group ID) and _%%_
(the character '%') are allowed and substituted in the string. Set to
Expand Down