From 3f1296895a96ce02a7e034c19cf941bc1d54fcbd Mon Sep 17 00:00:00 2001 From: user Date: Fri, 22 Mar 2024 13:35:44 +0100 Subject: initial commit, shows data --- ssh.node5.net.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ssh.node5.net.service (limited to 'ssh.node5.net.service') diff --git a/ssh.node5.net.service b/ssh.node5.net.service new file mode 100644 index 0000000..cd986cc --- /dev/null +++ b/ssh.node5.net.service @@ -0,0 +1,13 @@ +[Unit] +Description=uWSGI instance to serve ssh.node5.net +After=network.target + +[Service] +User=ssh_log +Group=www-data +WorkingDirectory=/opt/log_ssh_passwords +Environment="PATH=/opt/log_ssh_passwords/venv/bin" +ExecStart=/opt/log_ssh_passwords/venv/bin/uwsgi --ini uwsgi.ini + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3