From ec05726ecf59058eaa536805070dc6ce28ca4c70 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 31 Aug 2019 09:09:51 -0700 Subject: [PATCH] use --default default when calling autorandr from systemd --- debian/autorandr.service | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5