File: NEWS

package info (click to toggle)
solarpowerlog 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,724 kB
  • sloc: cpp: 11,856; ansic: 1,044; php: 728; sh: 188; xml: 166; makefile: 166
file content (25 lines) | stat: -rw-r--r-- 1,246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
solarpowerlog (0.26-1) unstable; urgency=medium

  systemd service support

    This version introduces a systemd service file for solarpowerlog. Existing
    defaults compared to the init.d scripts have changed, so some
    reconfiguration may be needed. systemd's override snippets 

    - /etc/default/solarpowerlog is no longer used.
    - Logging is now handled via journald. The old log directory
      (/var/log/solarpowerlog) is no longer used and can be removed. You can
      still configure logging to files using log4cxx or override the service
      to redirect output via command line options.
    - DynamicUser=yes is enabled by default for improved security. This limits
      which paths the service can write to. Additional write access can be
      granted using systemd's ReadWritePaths= directive.
    - Any further configuration changes, such as adjusting command line options
      or modifying write paths, should be done via systemd overrides
      (e.g., `systemctl edit solarpowerlog.service`).

    If you still need the old init.d scripts, they are available at
    /usr/share/solarpowerlog/examples/, but are provided without further
    support.

 -- Tobias Frost <tobi@debian.org>  Fri, 30 Jan 2026 19:19:23 +0100