diff --git a/debian/python3-validity-suspend-restart.service b/debian/python3-validity-suspend-restart.service index 6cc0d5f..52f3d72 100644 --- a/debian/python3-validity-suspend-restart.service +++ b/debian/python3-validity-suspend-restart.service @@ -1,11 +1,10 @@ [Unit] Description=Restart python-validity after resume -After=suspend.target hibernate.target hybrid-sleep.target +After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target [Service] Type=simple ExecStart=/bin/systemctl --no-block restart python3-validity.service [Install] -WantedBy=suspend.target hibernate.target hybrid-sleep.target - +WantedBy=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target