Skip to content

Instantly share code, notes, and snippets.

@RyanScottLewis
Created December 19, 2017 05:15
Show Gist options
  • Select an option

  • Save RyanScottLewis/5edbe02d65eb273754e4ea9a7ee48696 to your computer and use it in GitHub Desktop.

Select an option

Save RyanScottLewis/5edbe02d65eb273754e4ea9a7ee48696 to your computer and use it in GitHub Desktop.

Revisions

  1. RyanScottLewis created this gist Dec 19, 2017.
    8 changes: 8 additions & 0 deletions simple.service
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    [Unit]
    Description=My Python Bot

    [Service]
    ExecStart=/usr/local/bin/my-python-bot

    [Install]
    WantedBy=default.target