Advertisement
Guest User

Untitled

a guest
Feb 13th, 2024
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. inherit useradd
  2. USERADD_PACKAGES = "${PN}"
  3. USERADD_PARAM:${PN} = "-d /home/touch -r -m -s /bin/bash -p '...' -U touch"
  4. GROUPADD_PARAM:${PN} = "-g 870 touch;"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement