summarylogtreecommitdiffstats
path: root/minq-ananicy-git.install
diff options
context:
space:
mode:
authorasdfg2022-04-12 17:55:03 +0300
committerasdfg2022-04-12 17:55:03 +0300
commitadb90d32c57790f44c36db2d342192939ac87266 (patch)
tree2f9bbe5eae5c96f9f5deaa3a9bf6ca994c501923 /minq-ananicy-git.install
parent21e9d3a9721a6c218118650c591a61202753003c (diff)
downloadaur-adb90d32c57790f44c36db2d342192939ac87266.tar.gz
updated info
Diffstat (limited to 'minq-ananicy-git.install')
-rw-r--r--minq-ananicy-git.install9
1 files changed, 4 insertions, 5 deletions
diff --git a/minq-ananicy-git.install b/minq-ananicy-git.install
index 235c6d878d14..c2ee1c34e53f 100644
--- a/minq-ananicy-git.install
+++ b/minq-ananicy-git.install
@@ -1,11 +1,10 @@
post_install() {
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
- echo "To stop until next restart:"
- echo "\$ sudo systemctl stop ananicy"
- echo "To disable:"
+ echo "To enable until next restart:"
+ echo "\$ sudo systemctl start ananicy"
+ echo "To enable and presist after restart:"
+ echo "\$ sudo systemctl start ananicy"
echo "\$ sudo systemctl disable ananicy"
echo "Configs are located in /etc/ananicy.d/"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
- sudo systemctl restart ananicy
- sudo systemctl enable ananicy
}