Initial Commit

This commit is contained in:
tanshu
2017-02-25 00:55:47 +05:30
commit 170a2ee6ec
19 changed files with 623 additions and 0 deletions

15
randy.service Normal file
View File

@ -0,0 +1,15 @@
[Unit]
Description=Tanshu's Random Image Server
After=multi-user.target
[Service]
Type=simple
Restart=always
ExecStart=/home/tanshu/Programming/randy/env/bin/pserve production.ini
User=tanshu
WorkingDirectory=/home/tanshu/Programming/randy
ExecStop=/usr/bin/pkill -f /home/tanshu/Programming/randy/env/bin/pserve
[Install]
WantedBy=multi-user.target