From: Don Armstrong Date: Sat, 31 Aug 2019 16:09:51 +0000 (-0700) Subject: use --default default when calling autorandr from systemd X-Git-Tag: debian/1.9-1~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ec05726ecf59058eaa536805070dc6ce28ca4c70;p=deb_pkgs%2Fautorandr.git use --default default when calling autorandr from systemd --- diff --git a/debian/autorandr.service b/debian/autorandr.service index 3a8a642..d270c5e 100644 --- a/debian/autorandr.service +++ b/debian/autorandr.service @@ -8,7 +8,7 @@ StartLimitInterval=5 StartLimitBurst=1 [Service] -ExecStart=/usr/bin/autorandr --batch --change +ExecStart=/usr/bin/autorandr --batch --change --default default Type=oneshot RemainAfterExit=false diff --git a/debian/changelog b/debian/changelog index 2ab0479..5f117a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ autorandr (1.8.1-2) unstable; urgency=medium * Switch to using python3 by changing the #! line and dependencies; no other changes were required (Closes: #936170) + * Use default as the default autorandr configuration when called via systemd -- Don Armstrong Fri, 30 Aug 2019 00:30:36 -0700