ext-respondd.service.example 278 B

12345678910111213
  1. [Unit]
  2. Description=ext-respondd (respondd Status for Servers)
  3. After=syslog.target network.target
  4. [Service]
  5. Type=simple
  6. User=root
  7. Group=root
  8. WorkingDirectory=/usr/local/src/ext-respondd
  9. ExecStart=/usr/local/src/ext-respondd/ext-respondd.py
  10. [Install]
  11. WantedBy=multi-user.target