does this work

This commit is contained in:
pulipakaa24
2026-03-21 16:13:47 -05:00
parent d52c2269fb
commit b4b291c6ef

View File

@@ -16,4 +16,4 @@ jobs:
PATH="/home/adipu/.local/node20/bin:$PATH" npm install --prefix server
- name: Restart app
run: systemctl --user restart labwise-app
run: sudo su -l adipu -c "XDG_RUNTIME_DIR=/run/user/1000 systemctl --user restart labwise-app"