summarylogtreecommitdiffstats
path: root/gonic.install
diff options
context:
space:
mode:
authorDimitri Pertin2020-06-15 13:10:55 +0200
committerDimitri Pertin2020-06-15 13:10:55 +0200
commit50937239fac18ff207f36a3e60429b3669c1f701 (patch)
treeebef77c34f45ceb0cc65d2a501094c928f95153f /gonic.install
parent6d74e279db128ed6d67ae01ab147c3ca8e80561f (diff)
downloadaur-50937239fac18ff207f36a3e60429b3669c1f701.tar.gz
Update to 0.9.2
The daemon configuration used to be managed inside the systemd unit with environment variables. This commit brings modifications and relies on: 1. the systemd unit provided by the gonic repository 2. the configuration file also provided which is now `/var/lib/gonic/config` Both files are patched to match archlinux guidelines.
Diffstat (limited to 'gonic.install')
-rw-r--r--gonic.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/gonic.install b/gonic.install
index 38f0046d9887..d5bc1cbe8704 100644
--- a/gonic.install
+++ b/gonic.install
@@ -2,7 +2,7 @@
post_install() {
echo "To make gonic fully functional, consider performing the following actions:"
echo " + Configure the gonic daemon:"
- echo " $ sudo vim /usr/lib/systemd/system/gonic.service"
+ echo " $ sudo vim /var/lib/gonic/config"
echo " + Start the gonic daemon:"
echo " $ sudo systemctl start gonic"
echo " + (OPTIONAL) Start the gonic daemon at boot:"