From de99fdb0eda70005ae57bfe3dd876178b4b04bf0 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 24 May 2020 17:45:09 -0400 Subject: [PATCH] fix systemd unit --- distrib/systemd/oragono.service | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/distrib/systemd/oragono.service b/distrib/systemd/oragono.service index 6af6ad6f..efdb761f 100644 --- a/distrib/systemd/oragono.service +++ b/distrib/systemd/oragono.service @@ -2,8 +2,9 @@ Description=oragono After=network.target # If you are using MySQL for history storage, comment out the above line -# and uncomment these two instead: -# Requires=mysql.service +# and uncomment these two instead (you must independently install and configure +# MySQL for your system): +# Wants=mysql.service # After=network.target mysql.service [Service]