Browse Source

Unit file

develop
yakamok 6 years ago committed by GitHub
parent
commit
b25be0eff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      api/yggapi.service

11
api/yggapi.service

@ -0,0 +1,11 @@ @@ -0,0 +1,11 @@
[Unit]
Description=yggapi
After=network.target
[Service]
User=yakamo
ExecStart=/usr/bin/python /opt/yggapi.py
Restart=always
[Install]
WantedBy=multi-user.target
Loading…
Cancel
Save