19 lines
363 B
Desktop File
19 lines
363 B
Desktop File
[Unit]
|
|
Description=Telegram Tinder Bot
|
|
After=network.target postgresql.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=ubuntu
|
|
WorkingDirectory=/opt/tg_tinder_bot
|
|
ExecStart=/usr/bin/node dist/bot.js
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=tg-tinder-bot
|
|
Environment=NODE_ENV=production
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|