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.

15 lines
245B

  1. [Unit]
  2. Description=SFM API
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. ExecStart=/usr/local/lib/sfmapi/sfm
  7. Restart=on-failure
  8. PIDFile=/run/sfmapi.pid
  9. WorkingDirectory=/usr/local/lib/sfmapi/
  10. KillMode=process
  11. [Install]
  12. WantedBy=multi-user.target