Skip to content

Instantly share code, notes, and snippets.

@meskarune
Last active May 8, 2018 23:31
Show Gist options
  • Save meskarune/22481be72d40398f1cc7 to your computer and use it in GitHub Desktop.
Save meskarune/22481be72d40398f1cc7 to your computer and use it in GitHub Desktop.
systemd service file that starts a pyramid project under a virtual enviroment
[Unit]
Description= Kikuhana pyramid application - development
After=network.target
[Service]
ExecStart=/home/meskarune/virtualenv/kikuhana/bin/pserve /home/meskarune/virtualenv/kikuhana/kikuhana/development.ini
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment