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
223 B

  1. [Unit]
  2. SourcePath=/usr/bin/eGTouchD
  3. [Service]
  4. Type=forking
  5. User=root
  6. Group=root
  7. ExecStart=/usr/bin/eGTouchD start
  8. ExecReload=/usr/bin/eGTouchD restart
  9. ExecStop=/usr/bin/eGTouchD stop
  10. [Install]
  11. WantedBy=multi-user.target