Skip to content

Commit

Permalink
Services
Browse files Browse the repository at this point in the history
Fixing user and description
  • Loading branch information
RodrigoMNardi committed Nov 21, 2023
1 parent 1ddbc31 commit 813b337
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 813b337

Please sign in to comment.