You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
226 B

  1. [Unit]
  2. Description=eGTouch Resume Service
  3. After=suspend.target
  4. [Service]
  5. User=root
  6. Group=root
  7. Type=oneshot
  8. ExecStart=/bin/bash -c 'kill -s SIGVTALRM $(pgrep eGTouchD)'
  9. StandardOutput=syslog
  10. [Install]
  11. WantedBy=suspend.target