1. 27 8月, 2019 1 次提交
    • D
      systemd: honour $runstatedir in socket unit files · cc5311e7
      Daniel P. Berrangé 提交于
      If a systemd socket uses /var/run in its path, systemd prints a warning
      at runtime
      
      [   15.139976] systemd[1]: /usr/lib/systemd/system/virtlockd.socket:5:
        ListenStream= references a path below legacy directory /var/run/,
        updating /var/run/libvirt/virtlockd-sock → /run/libvirt/virtlockd-sock;
        please update the unit file accordingly.
      
      This minimal change updates the socket unit files to honour the
      $runstatedir path.
      
      There's no functional change by default yet since both expressions
      expand to the same value.
      Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
      Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
      cc5311e7
  2. 09 8月, 2019 2 次提交
  3. 12 7月, 2019 2 次提交