Dokumentation: OpenBSD rc.d Service-File Fix und Deployment-Workflow #79
Labels
No labels
apache
api
api-contract
api-gateway
authentication
automation
breaking-change
comments
component/deployment
component/documentation
component/service-management
configuration
contact-form
coordination/cross-repo
coordination/needed
core
deployment
development
development-ready
digital-sovereignty
distribution
effort
large
effort
medium
effort
small
enhancement
frontend
furt-service
furt/gateway
furt/installation
gateway
gateway-integration
generator
gitea-testing
health-check
help-wanted
hugo
hugo-integration
infrastructure
installation
logging
low-tech
mail
meta
meta/duplicate
meta/planning
meta/wontfix
monitoring
observability
openapi
organization
packaging
performance
planning
platform/linux
priority
high
priority
low
priority
medium
production
question
sagjan
security
service
service-analytics
service-development
service-formular2mail
service-newsletter
service-request
service-sagjan
session
blocker
session
handover
session
next
shortcode
specs
ssl
status
blocked
status
done
status
in-progress
status
review
status
to-go
systemd
testing
tooling
type
admin
type
bug
type
config
type
deployment
type
docs
type
enhancement
type
feature
type
handover
type
infrastructure
type
installation
type
maintenance
type
migration
type/refactor
type
research
type
security
type/testing
v0.1.0
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DAW/furt#79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Zweck
Die Lösung für Issue #77 (OpenBSD rc.d Service-Tracking) muss dokumentiert werden, damit zukünftige Entwickler und Deployer die Hintergründe verstehen.
Zu dokumentierende Erkenntnisse
1. OpenBSD rc.d pexp-Problem
Problem: OpenBSD
rc.subrüberschreibt automatisch daspexpPattern:Aber der tatsächliche Prozess ist:
Lösung:
pexpNACHrc.subrüberschreiben:2. TTY-basierte Daemon-Detection
Problem: Service muss sowohl interaktiv (karl) als auch als Daemon (walter) laufen.
Lösung: TTY-Detection in
start.sh:3. Deployment-Workflow
Vollständiger karl→walter Deployment-Zyklus:
Zu erstellende Dokumentation
1.
docs/deployment/openbsd-rcctl.md2.
docs/deployment/karl-walter-workflow.md3.
docs/development/service-modes.md4.
README.mdUpdateCode-Kommentare erweitern
Alle kritischen Code-Stellen mit ausführlichen Kommentaren:
Akzeptanzkriterien
Technische Notes
Diese Dokumentation verhindert, dass zukünftige Entwickler die gleichen stundenlangen Debugging-Sessions durchlaufen müssen.
wird in Zukunft über PID File gelöst DAW/furt#100