Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
Add a sample systemd unit file
Browse files Browse the repository at this point in the history
  • Loading branch information
mardiros committed May 30, 2017
1 parent 5d06f50 commit 8e8948a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyshop.sample.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Unit]
Description=Pyshop
After=multi-user.target

[Service]
WorkingDirectory=/srv/pyshop
ExecStart=/srv/pyshop/bin/python ./bin/pserve pyshop.ini
ExecStop=

[Install]
WantedBy=multi-user.target

0 comments on commit 8e8948a

Please sign in to comment.