diff options
Diffstat (limited to 'system/utmps/wtmpd.run')
-rw-r--r-- | system/utmps/wtmpd.run | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/utmps/wtmpd.run b/system/utmps/wtmpd.run new file mode 100644 index 000000000..ab5a40641 --- /dev/null +++ b/system/utmps/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 -- .wtmpd-socket +utmps-wtmpd |