From 7924d9119ef38311ea33df72401e807e6388eeab Mon Sep 17 00:00:00 2001 From: mrhanky Date: Tue, 22 Aug 2017 20:33:28 +0200 Subject: [PATCH] Updated install steps --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a19711..9f557f0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ cp nxy/files/{.env,config.json} . vim .env config.json ``` -Enable linger for the bot user (so it starts at boot and keeps running) and install + activate systemd unit: +Enable linger for the bot user (so it starts at boot and keeps running), install and activate systemd unit: ```sh sudo loginctl enable-linger nxy mkdir -p $HOME/.config/systemd/user @@ -41,7 +41,7 @@ ln -fs $HOME/nxy/files/nxy-bot.service $HOME/.config/systemd/user systemctl --user enable --now nxy-bot.service ``` -Create directory for database dumps and activate timer: +Install and activate timer for database dumps: ```sh ln -fs $HOME/nxy/files/nxy-db-dump.{timer,service} $HOME/.config/systemd/user systemctl --user enable --now nxy-db-dump.timer