From c7affda274fdb45c1e6b0355861f1516ba6fd0e5 Mon Sep 17 00:00:00 2001 From: Al Beano Date: Thu, 15 Sep 2016 22:44:06 +0100 Subject: [PATCH] rogue `do` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b12ed8..340d9c4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ chown www:www /var/www chmod 0600 /var/www/tormon.db install -o www -g www -m 0400 tormon.yml /var/www/ # customise the values in /var/www/tormon.yml to your liking... -echo 'echo "Starting tormon" && do doas -u www /var/www/tormon/tormon.fcgi &' >> /etc/rc.local +echo 'echo "Starting tormon" && doas -u www /var/www/tormon/tormon.fcgi &' >> /etc/rc.local sh /etc/rc.local # assuming tormon is the only thing in rc.local rcctl enable httpd rcctl start httpd