[Unit] Description=Log SSH login attempts passwords After=network.target [Service] User=ssh_log WorkingDirectory=/opt/public_ssh_password_stats/log_ssh_passwords ExecStart=bash -c "/usr/bin/authbind --deep /opt/public_ssh_password_stats/log_ssh_passwords/log_ssh_passwords.py" [Install] WantedBy=multi-user.target