Comment # 7 on bug 910933 from
The changed version of service.canna now works correctly:

  [Unit]
  Description=Canna Japanese Conversion Engine

  [Service]
  Type=forking
  ExecPre=/bin/rm -rf /tmp/.iroha_unix
  ExecStart=/usr/sbin/cannaserver -s -u wnn -r /var/lib/canna
  ExecStopPost=/bin/rm -rf /tmp/.iroha_unix

  [Install]
  WantedBy=multi-user.target

It would be great to add this patch to the openSuSE update repositories.
Thank you very much! ���������������������������������


You are receiving this mail because: