Skip to content

Commit

Permalink
Merge pull request #20 from RodrigoMNardi/feature/service
Browse files Browse the repository at this point in the history
Services
  • Loading branch information
RodrigoMNardi authored Nov 21, 2023
2 parents 1ddbc31 + 813b337 commit 8c11041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/prod/slack_cibot.service
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Unit]
Description="CI Slack Bot DEVEL"
Description="CI Slack Bot PRODUCTION"
After=network.target

[Service]
User=slack_cibot_devel
User=slack_cibot
WorkingDirectory=/home/slack_cibot/slack_github_bot
ExecStart=/home/slack_cibot/slack_github_bot/service/prod/server.sh
Restart=always
Expand Down

0 comments on commit 8c11041

Please sign in to comment.