Files
AnabasisChatRemove/deploy/systemd/anabasis-vk-callback.service
Денисов Александр Андреевич 0a82ad7e3e
Some checks are pending
Desktop Release / release (push) Waiting to run
Desktop CI / tests (push) Successful in 1m51s
Add VK callback auth support and admin demotion
2026-06-05 19:01:52 +03:00

16 lines
352 B
Desktop File

[Unit]
Description=Anabasis VK OAuth callback host
After=network.target
[Service]
Type=simple
WorkingDirectory=/opt/anabasis-chat-remove
ExecStart=/usr/bin/python3 /opt/anabasis-chat-remove/deploy/vk_callback_server.py --host 127.0.0.1 --port 8787 --quiet
Restart=always
RestartSec=3
User=www-data
Group=www-data
[Install]
WantedBy=multi-user.target