This commit is contained in:
iacore 2024-06-24 00:52:17 +00:00
parent 61ccd7a5e7
commit ed57cbd884
Signed by: iacore
GPG key ID: F8C16E5157A63006
3 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
type = process
# change the following line based on where the executable is
command = /usr/bin/bwrap --bind / / --tmpfs /home --unshare-all ./status
command = /usr/bin/bwrap --bind / / --tmpfs /home --ro-bind $HOME/c/status/status $HOME/c/status/status --unshare-all $HOME/c/status/status
working-dir = $HOME/c/status
logfile = /opt/status-config/exozyme-status.log
logfile = $HOME/.log/status.log
load-options = sub-vars

View file

@ -1,10 +1,10 @@
# install with
# ln -sr proto/updater-service ~/.config/dinit.d/status-updater
# Start with
# dinitctl enable status-updator
# dinitctl enable status-updater
type = process
command = ./proto/dumb-updater
command = ./proto/updater
working-dir = $HOME/c/status
logfile = $HOME/.log/exozyme-status-updater.log
logfile = $HOME/.log/status-updater.log
# load-options = sub-vars