1
0
Fork 0

move user service to bootstrapper repo

This commit is contained in:
Luca Bilke 2024-01-01 13:27:29 +00:00
parent 9312365470
commit 4a2952b8a6
1 changed files with 0 additions and 9 deletions

View File

@ -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"