This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
915resolution/915resolution-pm-hook
2007-02-19 18:26:43 +00:00

11 lines
120 B
Bash

#!/bin/sh
case "$1" in
thaw|resume)
{ /sbin/service 915resolution start ; } 2>/dev/null
;;
*)
;;
esac
exit $?