<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 15/09/16 19:05, Jack McGee wrote:<br>
    </div>
    <blockquote
      cite="mid:7b1bcb2f-0af7-1ddc-f212-bc25bfda8814@greendesk.net"
      type="cite">This is Mythtv .28 on Ubuntu 16.04. separate backend
      and frontend. Many fits and starts after upgrade to 16.04 but
      finally got it running.
      <br>
      It still does not want to start automatically:
      <br>
      <br>
      I can start mythbackend after startup with systemctl start
      mythtv-backend but it will not start automatically. It appear it
      is starting before mysql?
      <br>
      <br>
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:mythuser@amethi:/etc/mysql/conf.d$">mythuser@amethi:/etc/mysql/conf.d$</a> sudo systemctl status
      mysql.service
      <br>
      [sudo] password for mythuser:
      <br>
      ● mysql.service - MySQL Community Server
      <br>
         Loaded: loaded (/lib/systemd/system/mysql.service; enabled;
      vendor preset: enabled)
      <br>
         Active: active (running) since Thu 2016-09-15 12:33:36 CDT;
      15min ago
      <br>
        Process: 3801 ExecStartPost=/usr/share/mysql/mysql-systemd-start
      post (code=exited, status=0/SUCCESS)
      <br>
        Process: 3794 ExecStartPre=/usr/share/mysql/mysql-systemd-start
      pre (code=exited, status=0/SUCCESS)
      <br>
       Main PID: 3800 (mysqld)
      <br>
         CGroup: /system.slice/mysql.service
      <br>
                 └─3800 /usr/sbin/mysqld
      <br>
      <br>
      Sep 15 12:33:35 amethi systemd[1]: Stopped MySQL Community Server.
      <br>
      Sep 15 12:33:35 amethi systemd[1]: Starting MySQL Community
      Server...
      <br>
      Sep 15 12:33:36 amethi systemd[1]: Started MySQL Community Server.
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:mythuser@amethi:/etc/mysql/conf.d$">mythuser@amethi:/etc/mysql/conf.d$</a> systemctl status mythtv-backend
      <br>
      ● mythtv-backend.service - MythTV Backend
      <br>
         Loaded: loaded (/lib/systemd/system/mythtv-backend.service;
      enabled; vendor preset: enabled)
      <br>
         Active: inactive (dead) (Result: exit-code) since Thu
      2016-09-15 12:33:19 CDT; 17min ago
      <br>
           Docs: <a class="moz-txt-link-freetext" href="https://www.mythtv.org/wiki/Mythbackend">https://www.mythtv.org/wiki/Mythbackend</a>
      <br>
        Process: 2934 ExecStart=/usr/bin/mythbackend --quiet --syslog
      local7 $ADDITIONAL_ARGS (code=exited, status=130)
      <br>
       Main PID: 2934 (code=exited, status=130)
      <br>
      <br>
      Sep 15 12:33:18 amethi systemd[1]: mythtv-backend.service: Unit
      entered failed state.
      <br>
      Sep 15 12:33:18 amethi systemd[1]: mythtv-backend.service: Failed
      with result 'exit-code'.
      <br>
      Sep 15 12:33:19 amethi systemd[1]: mythtv-backend.service: Service
      hold-off time over, scheduling restart.
      <br>
      Sep 15 12:33:19 amethi systemd[1]: Stopped MythTV Backend.
      <br>
      Sep 15 12:33:19 amethi systemd[1]: mythtv-backend.service: Start
      request repeated too quickly.
      <br>
      Sep 15 12:33:19 amethi systemd[1]: Failed to start MythTV Backend.
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:mythuser@amethi:/etc/mysql/conf.d$">mythuser@amethi:/etc/mysql/conf.d$</a> systemctl start mythtv-backend
      <br>
      ==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
      <br>
      Authentication is required to start 'mythtv-backend.service'.
      <br>
      Authenticating as: mythuser,,, (mythuser)
      <br>
      Password:
      <br>
      ==== AUTHENTICATION COMPLETE ===
      <br>
      <br>
      <br>
      and the mythbackend log:
      <br>
      <br>
      <br>
      Sep 15 12:33:17 amethi mythbackend: mythbackend[2900]: E
      CoreContext mmulticastsocketdevice.cpp:60 (MMulticastSocketDevice)
      MMulticastSocketDevice(239.255.255.250:11): setsockopt -
      IP_ADD_MEMBERSHIP #012#011#011#011eno: No such device (19)
      <br>
      Sep 15 12:33:17 amethi mythbackend: mythbackend[2900]: I
      LogForward loggingserver.cpp:295 (SyslogLogger) Added syslogging
      <br>
      Sep 15 12:33:18 amethi mythbackend: mythbackend[2934]: C
      thread_unknown mythcommandlineparser.cpp:2599 (ConfigureLogging)
      mythbackend version: fixes/0.28 [v0.28-52-ge6a60f7] <a class="moz-txt-link-abbreviated" href="http://www.mythtv.org">www.mythtv.org</a>
      <br>
      Sep 15 12:33:18 amethi mythbackend: mythbackend[2934]: C
      thread_unknown mythcommandlineparser.cpp:2601 (ConfigureLogging)
      Qt version: compile: 5.5.1, runtime: 5.5.1
      <br>
      Sep 15 12:33:18 amethi mythbackend: mythbackend[2934]: N
      thread_unknown mythcommandlineparser.cpp:2603 (ConfigureLogging)
      Enabled verbose msgs:  general
      <br>
      Sep 15 12:33:18 amethi mythbackend: mythbackend[2934]: N
      thread_unknown logging.cpp:920 (logStart) Setting Log Level to
      LOG_INFO
      <br>
      Sep 15 12:33:18 amethi mythbackend: mythbackend[2934]: I Logger
      logging.cpp:313 (run) Added logging to the console
      <br>
      <br>
      <snip>
      <br>
      <br>
      Sep 15 12:33:18 amethi mythbackend: mythbackend[2934]: N
      thread_unknown mythdirs.cpp:192 (InitializeMythDirs) Using runtime
      prefix = /usr
      <br>
      Sep 15 12:33:18 amethi mythbackend: mythbackend[2934]: N
      thread_unknown mythdirs.cpp:194 (InitializeMythDirs) Using
      configuration directory = /home/mythtv/.mythtv
      <br>
      Sep 15 12:33:18 amethi mythbackend: mythbackend[2934]: I
      CoreContext mythcorecontext.cpp:266 (Init) Assumed character
      encoding: en_US.UTF-8
      <br>
      Sep 15 12:33:18 amethi mythbackend: mythbackend[2934]: N
      CoreContext mythcontext.cpp:505 (LoadDatabaseSettings) Empty
      LocalHostName.
      <br>
      Sep 15 12:33:18 amethi mythbackend: mythbackend[2934]: I
      CoreContext mythcontext.cpp:513 (LoadDatabaseSettings) Using
      localhost value of amethi
      <br>
      Sep 15 12:33:18 amethi mythbackend: mythbackend[2934]: E
      CoreContext mythdbcon.cpp:229 (OpenDatabase) [DBManager0] Unable
      to connect to database!
      <br>
      Sep 15 12:33:18 amethi mythbackend: mythbackend[2934]: E
      CoreContext mythdbcon.cpp:230 (OpenDatabase) Driver error was
      [1/2002]:#012QMYSQL: Unable to connect#012Database error
      was:#012Can't connect to local MySQL server through socket
      '/var/run/mysqld/mysqld.sock' (2)
      <br>
      Sep 15 12:33:18 amethi mythbackend: mythbackend[2934]: C
      CoreContext main.cpp:132 (main) Failed to init MythContext.
      <br>
      Sep 15 12:33:18 amethi mythbackend: mythbackend[2934]: E
      CoreContext mmulticastsocketdevice.cpp:60 (MMulticastSocketDevice)
      MMulticastSocketDevice(239.255.255.250:11): setsockopt -
      IP_ADD_MEMBERSHIP #012#011#011#011eno: No such device (19)
      <br>
      <br>
      <br>
      then:
      <br>
      <br>
      I guess after I started it manually:
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: C
      thread_unknown mythcommandlineparser.cpp:2599 (ConfigureLogging)
      mythbackend version: fixes/0.28 [v0.28-52-ge6a60f7] <a class="moz-txt-link-abbreviated" href="http://www.mythtv.org">www.mythtv.org</a>
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: C
      thread_unknown mythcommandlineparser.cpp:2601 (ConfigureLogging)
      Qt version: compile: 5.5.1, runtime: 5.5.1
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: N
      thread_unknown mythcommandlineparser.cpp:2603 (ConfigureLogging)
      Enabled verbose msgs:  general
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: N
      thread_unknown logging.cpp:920 (logStart) Setting Log Level to
      LOG_INFO
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: I Logger
      logging.cpp:313 (run) Added logging to the console
      <br>
      <br>
      <snip>
      <br>
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: N
      thread_unknown mythdirs.cpp:192 (InitializeMythDirs) Using runtime
      prefix = /usr
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: N
      thread_unknown mythdirs.cpp:194 (InitializeMythDirs) Using
      configuration directory = /home/mythtv/.mythtv
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: I
      CoreContext mythcorecontext.cpp:266 (Init) Assumed character
      encoding: en_US.UTF-8
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: N
      CoreContext mythcontext.cpp:505 (LoadDatabaseSettings) Empty
      LocalHostName.
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: I
      CoreContext mythcontext.cpp:513 (LoadDatabaseSettings) Using
      localhost value of amethi
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: N
      CoreContext mythcorecontext.cpp:1670 (InitLocale) Setting QT
      default locale to EN_US
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: I
      CoreContext mythcorecontext.cpp:1703 (SaveLocaleDefaults) Current
      locale EN_US
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: N
      CoreContext mythlocale.cpp:123 (LoadDefaultsFromXML) Reading
      locale defaults from /usr/share/mythtv//locales/en_us.xml
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: I
      CoreContext mythtranslation.cpp:73 (load) Loading en_us
      translation for module mythfrontend
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: I
      CoreContext schemawizard.cpp:120 (Compare) Current MythTV Schema
      Version (DBSchemaVer): 1344
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: I
      CoreContext mythtranslation.cpp:73 (load) Loading en_us
      translation for module mythfrontend
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: N
      CoreContext main_helpers.cpp:597 (run_backend) MythBackend:
      Starting up as the master server.
      <br>
      Sep 15 12:50:42 amethi mythbackend: mythbackend[6345]: I
      LogForward loggingserver.cpp:295 (SyslogLogger) Added syslogging
      <br>
      Sep 15 12:50:43 amethi mythbackend: mythbackend[6345]: I
      CoreContext recorders/v4lchannel.cpp:542 (SetInputAndFormat)
      V4LChannel[14](/dev/video0): SetInputAndFormat(14, NTSC) (v4l v2)
      input_switch: 0 mode_switch: 1
      <br>
      Sep 15 12:50:43 amethi mythbackend: mythbackend[6345]: I
      SystemManager mythsystemunix.cpp:276 (run) Starting process
      manager
      <br>
      <br>
      _______________________________________________
      <br>
      mythtv-users mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://lists.mythtv.org/mailman/listinfo/mythtv-users">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://wiki.mythtv.org/Mailing_List_etiquette">http://wiki.mythtv.org/Mailing_List_etiquette</a>
      <br>
      MythTV Forums: <a class="moz-txt-link-freetext" href="https://forum.mythtv.org">https://forum.mythtv.org</a>
      <br>
    </blockquote>
    <p>
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px; display:
        inline !important; float: none; background-color: rgb(252, 252,
        252);"><br>
      </span></p>
    <p><span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px; display:
        inline !important; float: none; background-color: rgb(252, 252,
        252);">This has been recently discussed on a mythtv thread:</span><br
        style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <a
        href="http://www.gossamer-threads.com/lists/mythtv/users/602276"
        target="_blank" style="color: rgb(6, 116, 159); text-decoration:
        none; font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px; font-style: normal; font-variant-ligatures:
        normal; font-variant-caps: normal; font-weight: normal;
        letter-spacing: normal; line-height: normal; orphans: 2;
        text-align: left; text-indent: 0px; text-transform: none;
        white-space: normal; widows: 2; word-spacing: 0px;
        -webkit-text-stroke-width: 0px; background-color: rgb(252, 252,
        252);">http://www.gossamer-threads.com/lists/mythtv/users/602276</a><br
        style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <br style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px; display:
        inline !important; float: none; background-color: rgb(252, 252,
        252);">Here is the solution I used (it is similar to that in the
        mythtv thread but is slightly easier to setup, no creation of
        directory and file, it uses systemd built-in functionality).
        This change should continue to work when mythtv is updated.</span><br
        style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <br style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px; display:
        inline !important; float: none; background-color: rgb(252, 252,
        252);">In a terminal on the machine running mythtv backend:</span><br
        style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <br style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px; display:
        inline !important; float: none; background-color: rgb(252, 252,
        252);">sudo systemctl enable NetworkManager-wait-online.service<span
          class="Apple-converted-space"> </span></span><br style="color:
        rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica,
        sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px; display:
        inline !important; float: none; background-color: rgb(252, 252,
        252);">sudo systemctl edit mythtv-backend.service<span
          class="Apple-converted-space"> </span></span><br style="color:
        rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica,
        sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <br style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px; display:
        inline !important; float: none; background-color: rgb(252, 252,
        252);">Then paste the following 2 lines</span><br style="color:
        rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica,
        sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px; display:
        inline !important; float: none; background-color: rgb(252, 252,
        252);">[Unit]</span><br style="color: rgb(0, 0, 0); font-family:
        Verdana, Arial, Helvetica, sans-serif; font-size: 13px;
        font-style: normal; font-variant-ligatures: normal;
        font-variant-caps: normal; font-weight: normal; letter-spacing:
        normal; line-height: normal; orphans: 2; text-align: left;
        text-indent: 0px; text-transform: none; white-space: normal;
        widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px; display:
        inline !important; float: none; background-color: rgb(252, 252,
        252);">After=NetworkManager-wait-online.service</span><br
        style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <br style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px; display:
        inline !important; float: none; background-color: rgb(252, 252,
        252);">Then exit from the edit screen (it uses nano by default,
        so Ctrl+x, then y, then Return key)</span><br style="color:
        rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica,
        sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <br style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px; display:
        inline !important; float: none; background-color: rgb(252, 252,
        252);">Now reboot the system (sudo reboot)</span><br
        style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <br style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(252, 252, 252);">
      <span style="color: rgb(0, 0, 0); font-family: Verdana, Arial,
        Helvetica, sans-serif; font-size: 13px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: normal; letter-spacing: normal; line-height:
        normal; orphans: 2; text-align: left; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px; display:
        inline !important; float: none; background-color: rgb(252, 252,
        252);">Mike</span></p>
  </body>
</html>