You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
348 B
19 lines
348 B
[Unit]
|
|
Description=slackbot
|
|
After=network.target
|
|
|
|
[Service]
|
|
# User=someuser
|
|
# ExecStart=/home/someuser/slack-bot
|
|
|
|
Environment="SLACKBOT_ENV_FILE=/etc/slackbot.env"
|
|
ExecStart=/usr/local/bin/slack-bot
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
IgnoreSIGPIPE=true
|
|
Restart=always
|
|
RestartSec=3
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|