Skip to content

Commit

Permalink
Update aihomeworkdev.service
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-in-son authored Aug 15, 2024
1 parent 12a5818 commit 7e3ff76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server-script/aihomeworkdev.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Description=AIHomework-Dev
After=network.target

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

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

0 comments on commit 7e3ff76

Please sign in to comment.