You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the systemd service file /etc/systemd/system/sticker_go.service with the following content:
[Unit]Description=Sticker_go, A Simple but Powerful Telegram Sticker Conversion Bot.
After=network.target
[Service]ExecStart=/usr/bin/sticker_go_linux -d /etc/sticker_go/
# Supports hot reload of configuration since v1.9.3, send SIGHUP signal to reload configuration# Warning: Hot reload does NOT apply to changes in Telegram Bot Token, you must restart the service for changes to take effectExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=1
[Install]WantedBy=multi-user.target
Reload the systemd configuration and start the service: