aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/server/taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-03-24 20:55:01 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-03-24 20:55:01 -0400
commita504435151efbe1d19404fa44859b15c629f6d5d (patch)
tree4eb1bd863074e64922e35ff730f354ac40528698 /plugins/ObjectCacheServer/server/taskfile.yaml
parentc74440ff12daa03cc4b7792d0c3baad46a11a465 (diff)
chore: Updated compose and added some more logging
Diffstat (limited to 'plugins/ObjectCacheServer/server/taskfile.yaml')
-rw-r--r--plugins/ObjectCacheServer/server/taskfile.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/ObjectCacheServer/server/taskfile.yaml b/plugins/ObjectCacheServer/server/taskfile.yaml
index 38eae79..9455451 100644
--- a/plugins/ObjectCacheServer/server/taskfile.yaml
+++ b/plugins/ObjectCacheServer/server/taskfile.yaml
@@ -38,12 +38,12 @@ tasks:
VNLIB_SHARED_HEAP_FILE_PATH: lib/libvn_rpmalloc
cmds:
- - cmd: dotnet webserver/VNLib.WebServer.dll --config config/config.json --input-off --inline-scheduler {{.ARGS}}
+ - cmd: dotnet webserver/VNLib.WebServer.dll --config config/config.json --input-off --inline-scheduler {{.CLI_ARGS}}
#setup sever environment
- setup-debian:
- desc: "Performs initial setup on Debian x64 based machines"
+ setup-apt:
+ desc: "Performs initial setup on Debian/APT x64 based machines"
silent: true
cmds:
- apt update
@@ -51,8 +51,8 @@ tasks:
- task: setup
- echo "Setup complete"
- setup-fedora:
- desc: "Performs initial setup on Fedora/Redhat x64 (dnf) based machines"
+ setup-dnf:
+ desc: "Performs initial setup on Fedora using DNF x64 (dnf) based machines"
silent: true
cmds:
- dnf update
@@ -61,7 +61,7 @@ tasks:
- echo "Setup complete"
setup-alpine:
- desc: "Performs initial setup on Alpine x64 based machines"
+ desc: "Performs initial setup on Alpine using APK x64 based machines"
silent: true
cmds:
- apk update