我在 Sabyon 上运行了 couchdb
# 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.
怎么可能修复?