Skip to content

Commit

Permalink
Merge pull request #6 from kemboi22/main
Browse files Browse the repository at this point in the history
Changed Restart Services
  • Loading branch information
kemboi22 authored Feb 3, 2024
2 parents 30b42f4 + f8c221d commit 21939e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data = json.load(sys.stdin)
host = data.get("host", "")
port = data.get("TCP_PORT", "")
url = host+":"+port
APP_BASE_URL = "http://"+url #"https://"+host
APP_BASE_URL = "https://"+url #"https://"+host
APP_PORT=port = data.get("TCP_PORT", "")

# DB Config
Expand Down
2 changes: 1 addition & 1 deletion imageroot/events/smarthost-changed/10reload_services
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

set -e

systemctl --user try-reload-or-restart kickstart.service
systemctl --user try-reload-or-restart joplin.service
2 changes: 1 addition & 1 deletion imageroot/update-module.d/20restart
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ set -e
# Redirect any output to the journal (stderr)
exec 1>&2

systemctl --user try-restart kickstart.service
systemctl --user try-restart joplin.service

0 comments on commit 21939e0

Please sign in to comment.