summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2023-08-24 21:27:18 -0400
committerDaniel M. Capella2023-08-24 21:27:18 -0400
commitd51f0c404eed5795aff93ad5ba696744db9bd57f (patch)
treebb15bbc29672e6ebe35a22c56c9565f00fc9c913
parent6b4de7ba3e23c32e072de027729ffe9eead7f993 (diff)
downloadaur-url-bot-rs-git.tar.gz
Touch up
-rw-r--r--url-bot-rs-git.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/url-bot-rs-git.install b/url-bot-rs-git.install
index 22effb06889c..06093d486a68 100644
--- a/url-bot-rs-git.install
+++ b/url-bot-rs-git.install
@@ -3,15 +3,15 @@ post_install() {
For fresh installs, follow these steps:
Install the config directory and file:
-$ sudo install -Dm640 -g url-bot-rs -o url-bot-rs /usr/share/doc/url-bot-rs-git/example.config.toml /etc/url-bot-rs/config.toml
+# install -Dm640 -g url-bot-rs -o url-bot-rs /usr/share/doc/url-bot-rs-git/example.config.toml /etc/url-bot-rs/config.toml
Configure url-bot-rs:
https://github.com/nuxeh/url-bot-rs#configuration-file-options
Install the database directory (optional):
-$ sudo install -dm700 -g url-bot-rs -o url-bot-rs /var/lib/url-bot-rs
+# install -dm700 -g url-bot-rs -o url-bot-rs /var/lib/url-bot-rs
-Enable and start service:
-$ sudo systemctl enable --now url-bot-rs
+Start url-bot-rs and enable its systemd service:
+# systemctl enable --now url-bot-rs
EOF
}