d5cbeaf524
Prevent systemd from killing just started meminfo-writer process.
13 lines
234 B
Desktop File
13 lines
234 B
Desktop File
[Unit]
|
|
Description=Qubes memory information reporter
|
|
After=qubes-core.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/lib/qubes/meminfo-writer 30000 100000
|
|
StandardOutput=syslog
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|