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.
|
- [Unit]
- Description=SFM API
- After=network.target
-
- [Service]
- Type=simple
- ExecStart=/usr/local/lib/sfmapi/sfm
- Restart=on-failure
- PIDFile=/run/sfmapi.pid
- WorkingDirectory=/usr/local/lib/sfmapi/
- KillMode=process
-
- [Install]
- WantedBy=multi-user.target
|