blob: beb1c8599ed4daa733d463a666252b73d81a98d8 [file] [log] [blame]
[Unit]
Description=Apache CouchDB
Wants=network-online.target
After=network-online.target
[Service]
RuntimeDirectory=couchdb
User=couchdb
Group=couchdb
ExecStart=/opt/couchdb/bin/couchdb
Restart=always
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target