summaryrefslogtreecommitdiff
path: root/ssh.node5.net.service
blob: 333063465796669fd27fd19aaa054779baac372f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=uWSGI instance to serve ssh.node5.net
After=network.target

[Service]
User=ssh_log
Group=www-data
WorkingDirectory=/opt/public_ssh_password_stats/web_interface
Environment="PATH=/opt/public_ssh_password_stats/web_interface/venv/bin"
ExecStart=/opt/public_ssh_password_stats/web_interface/venv/bin/uwsgi --ini uwsgi.ini

[Install]
WantedBy=multi-user.target