diff --git a/readme.md b/readme.md index e5c006b..955a031 100644 --- a/readme.md +++ b/readme.md @@ -1,16 +1,17 @@ ## Welcome This repository contains a template folder to start a fresh [TiddlyWiki](https://tiddlywiki.com/) already containing my favorite plugins and settings. -**Bonus point:** I added a service file to enable a reboot proof server :sparkles: _(do not forget to modify it to match your current username and folder structure)_ +**Bonus point:** I added a service file to enable a reboot proof server :sparkles:\ +_(do not forget to modify it to match your current username and folder structure)_ ## :memo: Notes ```Bash sudo loginctl enable-linger mkdir -p ~/.config/systemd/user -cp template.service ~/.config/systemd/user/ +cp TiddlyWiki-template.service ~/.config/systemd/user/ -systemctl --user enable +systemctl --user enable TiddlyWiki-template.service systemctl --user daemon-reload -systemctl --user start +systemctl --user start TiddlyWiki-template.service ```