Add nazoru-input in mozc-nazoru/

This commit is contained in:
Makoto Shimazu
2018-03-16 13:27:36 +09:00
parent 54d39f5615
commit e006ebd113
21 changed files with 5247 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=nazoru-input daemon
[Service]
Type=simple
Environment=PYTHONIOENCODING=utf-8
ExecStart=/usr/bin/env nazoru-input
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=nazoru-input
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target

Binary file not shown.