From 70b6f4c01d8f7f15741ab0e9bbfa20caeb9c0b1d Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Tue, 4 Aug 2020 10:35:10 +0200 Subject: [PATCH] Run restart service on hybrid sleep as well. --- debian/python3-validity-suspend-restart.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/python3-validity-suspend-restart.service b/debian/python3-validity-suspend-restart.service index c95b06c..6cc0d5f 100644 --- a/debian/python3-validity-suspend-restart.service +++ b/debian/python3-validity-suspend-restart.service @@ -1,11 +1,11 @@ [Unit] Description=Restart python-validity after resume -After=suspend.target hibernate.target +After=suspend.target hibernate.target hybrid-sleep.target [Service] Type=simple ExecStart=/bin/systemctl --no-block restart python3-validity.service [Install] -WantedBy=suspend.target hibernate.target +WantedBy=suspend.target hibernate.target hybrid-sleep.target