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

[Unit]
Description=eGTouch Resume Service
After=suspend.target
[Service]
User=root
Group=root
Type=oneshot
ExecStart=/bin/bash -c 'kill -s SIGVTALRM $(pgrep eGTouchD)'
StandardOutput=syslog
[Install]
WantedBy=suspend.target