Skip to content

Commit

Permalink
Update aihomeworkprod.service
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanky-23 authored Aug 21, 2024
1 parent fd5f164 commit 03d90e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server-script/aihomeworkprod.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Description=AIHomework-Prod
After=network.target

[Service]
WorkingDirectory=/var/www/aihomework/prod
ExecStart=/bin/bash /var/www/aihomework/prod/server-script/startappprod.sh
WorkingDirectory=/var/www/aihomework/boilerplate/prod
ExecStart=/bin/bash /var/www/aihomework/boilerplate/prod/server-script/startappprod.sh
#Restart=on-failure
#RestartSec=20s
StartLimitInterval=0

[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

0 comments on commit 03d90e6

Please sign in to comment.