diff options
| author | user <user@node5.net> | 2024-03-22 13:35:44 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-03-22 13:35:44 +0100 |
| commit | 3f1296895a96ce02a7e034c19cf941bc1d54fcbd (patch) | |
| tree | 991251a87a5d976a67235f2e60be0ccd4d16dc18 /ssh.node5.net.service | |
initial commit, shows data
Diffstat (limited to 'ssh.node5.net.service')
| -rw-r--r-- | ssh.node5.net.service | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
