mirror of
https://github.com/Dannecron/hello-slack-bot.git
synced 2025-12-26 00:22:35 +03:00
13 lines
279 B
Desktop File
13 lines
279 B
Desktop File
[Unit]
|
|
Description=slackbot
|
|
After=network.target
|
|
[Service]
|
|
ExecStart=/var/www/slackbot/app.js
|
|
Restart=always
|
|
User=nobody
|
|
Group=nobody
|
|
Environment=PATH=/usr/bin:/usr/local/bin
|
|
Environment=NODE_ENV=production
|
|
WorkingDirectory=/var/www/slackbot
|
|
[Install]
|
|
WantedBy=multi-user.target |