87abc78bcd
- Drop hardenings again. The current set causes issues (bsc#1193402) OBS-URL: https://build.opensuse.org/request/show/940303 OBS-URL: https://build.opensuse.org/package/show/filesystems/systemd-zram-service?expand=0&rev=5
18 lines
344 B
Desktop File
18 lines
344 B
Desktop File
# /lib/systemd/system/zramswap.service
|
|
#
|
|
# Copyright (c) 2012-2018 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
|
#
|
|
|
|
[Unit]
|
|
Description=Service enabling compressing RAM with zRam
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/zramswapon
|
|
ExecStop=/usr/sbin/zramswapoff
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|