- Standardize multilog to s25000 n4 (~100KB cap) to prevent filling /data - Use VeDbusService register=False + deferred register() in dbus-generator-ramp and dbus-vrm-history - Add @exit_on_error decorator to template GLib callback - Document best practices in README and template README Made-with: Cursor
9 lines
138 B
Bash
Executable File
9 lines
138 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# daemontools log run script
|
|
#
|
|
# Logs service output using multilog
|
|
#
|
|
|
|
exec multilog t s25000 n4 /var/log/dbus-generator-ramp
|