-
Notifications
You must be signed in to change notification settings - Fork 0
OS Specific Configs
bmwl edited this page Nov 22, 2025
·
1 revision
This section contains operating system specific configuration and integration guides for the Soft Data Diode Tools. For basic installation, see the Install Guide.
- Debian/Ubuntu Service Configuration - systemd service setup for Debian-based systems
- Red Hat/CentOS/Fedora Service Configuration (TODO)
- Arch Linux Service Configuration (TODO)
- openSUSE Service Configuration (TODO)
Regardless of operating system, follow these principles when running Soft Data Diode Tools as a service:
-
Create dedicated service accounts without interactive login rights
-
Restrict network and filesystem privileges to the minimum necessary
-
Implement appropriate sandboxing/isolation mechanisms
-
Set resource limits appropriate to your workload
-
Ensure proper log management and rotation
-
Implement monitoring and alerting for service health
-
Return to the main README for basic usage