summaryrefslogtreecommitdiff
path: root/ssh.node5.net.service
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-03-22 15:05:00 +0100
committeruser <user@node5.net>2024-03-22 15:05:00 +0100
commit8a3418ee4676728a66c332f08ede48b41f92614d (patch)
tree7e95856632fe022c810a34ae66a46bd5b47b44eb /ssh.node5.net.service
parent604fed77fb7a75bb39cda96b2f06438ce71ee86a (diff)
fix systemd service paths
Diffstat (limited to 'ssh.node5.net.service')
-rw-r--r--ssh.node5.net.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh.node5.net.service b/ssh.node5.net.service
index ad1e4e3..3330634 100644
--- a/ssh.node5.net.service
+++ b/ssh.node5.net.service
@@ -5,9 +5,9 @@ After=network.target
[Service]
User=ssh_log
Group=www-data
-WorkingDirectory=/opt/public_ssh_password_stats/log_ssh_passwords
-Environment="PATH=/opt/public_ssh_password_stats/log_ssh_passwords/venv/bin"
-ExecStart=/opt/public_ssh_password_stats/log_ssh_passwords/venv/bin/uwsgi --ini uwsgi.ini
+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 \ No newline at end of file