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