デバイス Couchdb.service の読み込みに失敗しました。そのファイルやディレクトリはありません。

デバイス Couchdb.service の読み込みに失敗しました。そのファイルやディレクトリはありません。

Sabyonでuchdbを実行しました。

# couchdb -version
getopt: invalid option -- 'v'

Try `couchdb -h' for more information.
kernel-poll not supported; "K" parameter ignored
Apache CouchDB 1.5.0 (LogLevel=info) is starting.
Apache CouchDB has started. Time to relax.
[info] [<0.32.0>] Apache CouchDB has started on http://127.0.0.1:5984/

ただし、systemctlは使用できません。

# systemctl enable couchdb
Failed to issue method call: No such file or directory

# systemctl start couchdb
Failed to issue method call: Unit couchdb.service failed to load: No such file or directory.

どうすれば修正できますか?

ベストアンサー1

おすすめ記事