File couchdb.service of Package couchdb
[Unit] Description=CouchDB Server After=network.target [Service] User=couchdb Group=couchdb Type=forking StandardOutput=journal StandardError=journal Restart=always StartLimitInterval=10 StartLimitBurst=5 PIDFile=/run/couchdb/couchdb.pid ExecStart=/usr/bin/couchdb -b -p /run/couchdb/couchdb.pid -o /var/log/couchdb/couchdb.stdout -e /var/log/couchdb/couchdb.stderr [Install] WantedBy=multi-user.target