telegram-use-proper-grammar.../telegram-bot-use-proper-gra...

14 lines
252 B
SYSTEMD
Raw Normal View History

2020-02-16 01:48:06 +00:00
[Unit]
Description=Use Proper Grammar Bot telegram service
After=network.target
[Service]
User=http
Group=http
WorkingDirectory=/var/www/telegram_use_proper_grammar
ExecStart=/usr/bin/make serve
KillSignal=SIGINT
[Install]
WantedBy=multi-user.target