move user service to bootstrapper repo
This commit is contained in:
parent
9312365470
commit
4a2952b8a6
|
@ -1,9 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
export USER="<USERNAME>"
|
||||
export HOME="/home/<USERNAME>"
|
||||
|
||||
groups="$(id -Gn "$USER" | tr ' ' ':')"
|
||||
svdir="$HOME/.local/sv/"
|
||||
|
||||
exec chpst -u "$USER:$groups" runsvdir "$svdir"
|
Loading…
Reference in New Issue