Is this package still available? The source URL and upstream URL do not seem to work.
Search Criteria
Package Details: ramlog 2.0.0-5
Package Actions
| Package Base: | ramlog |
|---|---|
| Description: | RamLog copies files from /var/log into a ramdisk and mounts the ramdisk as /var/log |
| Upstream URL: | http://www.tremende.com/ramlog/ |
| Category: | system |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | Dragonlord |
| Votes: | 4 |
| First Submitted: | 2008-08-11 06:51 |
| Last Updated: | 2014-12-01 20:13 |
Required by (0)
Sources
- http://www.tremende.com/ramlog/download/ramlog-2.0.0.tar.gz
- ramlog-paths.patch
- ramlog.rc
- ramlog.service
Latest Comments
Comment by privong
Comment by foobar
It works succesfully with the following systemd-file (all credit goes to Gadget3000 of #archlinux-aur):
[Unit]
Description=Log Storage RamDisk
[Service]
ExecStart=/etc/ramlog/ramlog start > /dev/null
ExecStop=/etc/ramlog/ramlog stop > /dev/null
Type=oneshot
RemainAfterExit=yes
After=local-fs.target
[Install]
WantedBy=multi-user.target
Thanks!
Comment by mortzu
please provide a systemd file
Comment by Dragonlord
Update to major version 2.0.0
* home page moved