summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-02-05 13:29:43 +0200
committerPaul Buetow <paul@buetow.org>2023-02-05 13:29:43 +0200
commitf6ee7ab96df6e6912723be862982e77a3151f599 (patch)
treeeead2acb9137d98c84223d88edbee83af25aa588
parent2ad60e2ff818171a204748f8225b9ff56e1e3a7b (diff)
update comment
-rw-r--r--frontends/Rexfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index 1162868..4da083f 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -389,7 +389,7 @@ task 'ircbouncer', group => 'ircbouncer',
sub {
pkg 'znc', ensure => present;
# Requires runtime config in /var/znc before it can start.
- # => geheim search var-znc
+ # => geheim search znc.conf
service 'znc', ensure => 'started';
};