summarylogtreecommitdiffstats
path: root/mongodb.service
AgeCommit message (Collapse)Author
2022-09-20Remove conf and service filesRafael Fontenelle
Edit mongod.conf and mongod.service provided by the tarball, instead of adding those files to the source package. Also change installation commands, replacing mkdir and mv with the 'install' command for every file to be installed.
2021-07-28Fix legacy path /var/runRafael Fontenelle
systemd was complaining on thye use of /var/run directory with: 'PIDFile= references a path below legacy directory'
2021-07-27Reformat the PKGBUILDRafael Fontenelle
- add co-maintainer - prepend underscore in custom variables - add "custom:" to license not part of common licenses - add to depends array "curl" and remove "libcurl-openssl-1.0", no longer needed - reorder optdepends and backup fields - reduce source arrays putting common prefix URL in _repo_url - the service file now is now architecture-independent, so making the service files a single mongodb.service - put architecture-independent files in a source=() array - reduce prepare() line number, extracting deb and tar.xz in one line. - remove unneeded "$srcdir" from package() - update service file with recommended settings by MongoDB docs, keeping mongodb user, group and conf filename
2019-07-28Update to 4.0.11, Add support for aarch64 architecture, Update config to new ↵Ali Molaei
yaml format
2019-01-28Initial commit of mongodb-binAli Molaei