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

14 lines
256 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
2020-02-16 01:57:44 +00:00
WorkingDirectory=/var/www/telegram-bot-use-proper-grammar
2020-02-16 01:48:06 +00:00
ExecStart=/usr/bin/make serve
KillSignal=SIGINT
[Install]
WantedBy=multi-user.target