summarylogtreecommitdiffstats
path: root/runsvdir-activemq
blob: ed85d8dfbf2c6527920d60a1b4a556f2604da3d9 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

export USER="activemq"
export HOME="/opt/activemq"

groups="$(id -Gn "$USER" | tr ' ' ':')"
svdir="$HOME/runit/service"

exec chpst -u "$USER:$groups" runsvdir "$svdir"