Skip to content

Commit

Permalink
Merge pull request #7 from NethServer:fixServiceStart
Browse files Browse the repository at this point in the history
Enable and restart wordpress.service
  • Loading branch information
stephdl authored Mar 12, 2024
2 parents 9c0e931 + ea33a7f commit 5c3f27d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imageroot/actions/configure-module/80start_services
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ exec 1>&2

touch smarthost.env

systemctl --user enable --now wordpress.service
systemctl --user enable wordpress.service
systemctl --user restart wordpress.service

0 comments on commit 5c3f27d

Please sign in to comment.