summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-02-22 21:50:41 +0200
committerGitHub <noreply@github.com>2018-02-22 21:50:41 +0200
commit435501fb8e5a5d68c3e9e05fff5c6ee24a3f9166 (patch)
tree45811552a3ed967c651be4895b4b0b182d6407d1 /snap-src/bin/wekan-help
parent31f25bcddbc8e3a1f0e2c657d7189da2e10f4c49 (diff)
parentfd47e10e523ab687a470484ee62e502cf82bf7bd (diff)
downloadwekan-435501fb8e5a5d68c3e9e05fff5c6ee24a3f9166.tar.gz
wekan-435501fb8e5a5d68c3e9e05fff5c6ee24a3f9166.tar.bz2
wekan-435501fb8e5a5d68c3e9e05fff5c6ee24a3f9166.zip
Merge pull request #1500 from kubiko/devel
service life cycle improvements
Diffstat (limited to 'snap-src/bin/wekan-help')
-rwxr-xr-xsnap-src/bin/wekan-help11
1 files changed, 3 insertions, 8 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index a498b9b9..ee565500 100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
@@ -8,15 +8,10 @@ if [ "$CADDY_ENABLED" = "true" ]; then
fi
echo -e "Wekan: The open-source Trello-like kanban.\n"
-echo -e "Make sure you have connected all interfaces, check more by calling $ snap interfaces"
+echo -e "Make sure you have connected all interfaces, check more by calling $ snap interfaces ${SNAP_NAME}"
echo -e "\n"
-echo -e "${SNAP_NAME} has multiple services, to check status/restart/stop use systemctl"
-echo -e "mongodb service:"
-echo -e "\t$ sudo systemctl status/start/stop/restart snap.$SNAP_NAME.mongodb"
-echo -e "wekan service"
-echo -e "\t$ sudo systemctl status/start/stop/restart snap.$SNAP_NAME.wekan"
-echo -e "Optional caddy service"
-echo -e "\t$ sudo systemctl status/start/stop/restart snap.$SNAP_NAME.caddy"
+echo -e "${SNAP_NAME} has multiple services, to check status use systemctl"
+echo -e "\t$ systemctl status snap.$SNAP_NAME.*"
echo -e "\n"
echo -e "To make backup of wekan's database use: $ ${SNAP_NAME}.database-backup [backup file]"
echo -e "\t backup file is optional parameter, if not passed backup is created in directory:"