Last active
May 8, 2018 23:31
-
-
Save meskarune/22481be72d40398f1cc7 to your computer and use it in GitHub Desktop.
systemd service file that starts a pyramid project under a virtual enviroment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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