From 6b6f0662319ca364c78e8861a1bc0984d7eeb472 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 29 Aug 2021 13:33:17 +0200 Subject: [PATCH] systemd: remove LimitCORE directive for autorandr Not needed anymore. --- dotfiles/systemd/autorandr.service | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/systemd/autorandr.service b/dotfiles/systemd/autorandr.service index e329edb..50acde5 100644 --- a/dotfiles/systemd/autorandr.service +++ b/dotfiles/systemd/autorandr.service @@ -4,6 +4,5 @@ PartOf=graphical-session.target [Service] ExecStart=/usr/bin/autorandr --change --default default --force -LimitCORE=infinity Type=oneshot RemainAfterExit=false