diff options
Diffstat (limited to 'xi/s6/base/run-image/service/wtmpd/run')
-rwxr-xr-x | xi/s6/base/run-image/service/wtmpd/run | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xi/s6/base/run-image/service/wtmpd/run b/xi/s6/base/run-image/service/wtmpd/run new file mode 100755 index 0000000..79815bb --- /dev/null +++ b/xi/s6/base/run-image/service/wtmpd/run @@ -0,0 +1,8 @@ +#!/bin/execlineb -P + +fdmove -c 2 1 +s6-setuidgid "utmp" +cd /run/utmps +fdmove 1 3 +s6-ipcserver -1 -c 1000 -- /run/utmps/.wtmpd-socket +utmps-wtmpd |