.pkgdata link force flag add

This commit is contained in:
2026-09-12 05:53:05 +03:00
parent 513d336a07
commit 3cb5a220a3
13 changed files with 327 additions and 9 deletions

View File

@ -0,0 +1,23 @@
unitprint/backend-local/nginx
=
``` sh *** config ***
mkdir -p /pkg/gnu/unitprint/nginx/run
chgrp -R nginx /pkg/gnu/unitprint/nginx/run
```
``` sh *** set-aura ***
cp -fl .app.conf app.conf
```
``` sh *** set-local ***
cp -fl .app-local.conf app.conf
```
``` sh *** set-freebsd ***
cp -fl .app-freebsd-proxy.conf app.conf
```
``` sh *** off ***
rm app.conf
```