Package Details: ramlog 2.0.0-5

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: GPL3
Submitter: None
Maintainer: None
Last Packager: Dragonlord
Votes: 4
First Submitted: 2008-08-11 06:51
Last Updated: 2014-12-01 20:13

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by privong

2014-05-26 15:50

Is this package still available? The source URL and upstream URL do not seem to work.

Comment by foobar

2013-08-28 21:50

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

2013-01-18 11:45

please provide a systemd file

Comment by Dragonlord

2010-05-15 18:27

Update to major version 2.0.0
* home page moved