| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
in out own scripts whenever possible, only use bash where the scripts require a certain bash feature. Also add a comment right below the bash shebang that says we're not accidentally using bash here, but for a reason.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
for our own systemd service files:
use: service-file-name.service
ex: /etc/systemd/system/setup-proxy.service
ALL systemd services files need to be under /etc/systemd/system
for our own scripts:
use: tool-what_it_does
ex: /opt/openslx/scripts/systemd-setup_proxy
ALL our scripts under /opt/openslx/scripts
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
gzip / gezip-busybox
|
|
|
Also changed rootfs-stage32: env vars now through new add_env
stage32-opensuse has new target german
|