chdir before execute
This commit is contained in:
parent
a1494b63cc
commit
c15596a624
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
type = process
|
||||
# change the following line based on where the executable is
|
||||
command = /usr/bin/bwrap --bind / / --tmpfs /home --ro-bind $HOME/c/status/status $HOME/c/status/status --unshare-all --share-net $HOME/c/status/status
|
||||
command = /usr/bin/bwrap --bind / / --tmpfs /home --ro-bind $HOME/c/status/status $HOME/c/status/status --unshare-all --share-net --chdir $HOME/c/status $HOME/c/status/status
|
||||
working-dir = $HOME/c/status
|
||||
logfile = $HOME/.log/status.log
|
||||
load-options = sub-vars
|
||||
|
|
Loading…
Reference in a new issue