Search Criteria
Package Details: devdocs-git r1033.ddf87bb-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/devdocs-git.git (read-only, click to copy) |
|---|---|
| Package Base: | devdocs-git |
| Description: | API Documentation Browser |
| Upstream URL: | http://devdocs.io |
| Keywords: | docs |
| Licenses: | MPL |
| Provides: | devdocs-git |
| Submitter: | jonian |
| Maintainer: | jonian |
| Last Packager: | jonian |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-11-15 17:15 (UTC) |
| Last Updated: | 2018-02-27 23:06 (UTC) |
Dependencies (6)
- coffee-script (coffeescript-gitAUR, coffeescript)
- curl (curl-gitAUR, curl-c-aresAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- ruby
- ruby-bundler
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
seirl commented on 2020-05-04 08:39 (UTC) (edited on 2020-05-04 08:40 (UTC) by seirl)
This package is currently broken, because Ruby tries to tilde-expand and for some reason systemd removes the $HOME variable from the environment of units run as root.
From root:
From an user:
So a quickfix is to add this to the service:
Environment=HOME=/root
Although a better fix would be to fix the service so that it runs as a DynamicUser.