Skip to content

Commit

Permalink
Changed Restart Services
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Feb 3, 2024
1 parent 3a3dd68 commit f8c221d
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 f8c221d

Please sign in to comment.