Comment 5 for bug 1036339

Revision history for this message
stuart naylor (stuartiannaylor68) wrote :

#service on removal sym link to /dev/null
[Unit]
Description=Initializes zram swaping

[Service]
ExecStart=/usr/bin/init-zram-swapping
ExecStop=/usr/bin/end-zram-swapping
Type=oneshot
RemainAfterExit=true

[Install]
WantedBy=multi-user.target

#description "Initializes zram swaping"
author "Adam Conrad <email address hidden>"

start on runlevel [2345]

pre-start exec /usr/bin/init-zram-swapping

pre-stop exec /usr/bin/end-zram-swapping

#upstart filename /etc/init/zram_conf.conf ! zram.conf