ptgbot/init.sh

8 lines
194 B
Bash
Executable File

#!/bin/bash
# Serves website as a daemon
/usr/local/bin/ptgbot-web --debug /etc/ptgbot/ptgbot.config
# Run in foreground as the main process
/usr/local/bin/ptgbot -d /etc/ptgbot/ptgbot.config