mirror of
https://github.com/idanoo/pixelfed-upgrade-script
synced 2025-07-01 05:42:16 +00:00
Switch to systemd
This commit is contained in:
parent
b3fa408964
commit
b7437dbf52
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ su - $WEB_USER -s /bin/bash -c "cd $WEB_ROOT && php artisan route:cache"
|
|||
su - $WEB_USER -s /bin/bash -c "cd $WEB_ROOT && php artisan migrate --force"
|
||||
|
||||
# Make sure we restart workers on new code too
|
||||
sudo supervisorctl restart horizon
|
||||
sudo systemctl restart horizon.service
|
||||
|
||||
#su - $WEB_USER -s /bin/bash -c "cd $WEB_ROOT && php artisan horizon:purge"
|
||||
#su - $WEB_USER -s /bin/bash -c "cd $WEB_ROOT && php artisan storage:link"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue