Andrew,
I rebooted with debug on weewx and nothing showed up in syslog or weewx.log. I searched around for the "(/etc/systemd/system/weewx.service; disabled; vendor preset: enabled)" message and tried the command "systemctl enable weewx." The result after reboot was this:
root@nuc:~# service weewx status
? weewx.service - weewx weather system
  Loaded: loaded (/etc/systemd/system/weewx.service; enabled; vendor preset: enabled)
  Active: inactive (dead) since Wed 2017-03-22 15:29:33 EDT; 38s ago
 Process: 810 ExecStart=/home/weewx/bin/weewxd --daemon --pidfile=/var/run/weewx.pid /home/weewx/weewx.conf (code=exited, status=0/SUCCESS)
 Main PID: 810 (code=exited, status=0/SUCCESS)
Mar 22 15:29:33 nuc weewxd[810]: Traceback (most recent call last):
Mar 22 15:29:33 nuc weewxd[810]:Â Â File "/home/weewx/bin/weewxd", line 64, in <module>
Mar 22 15:29:33 nuc weewxd[810]:Â Â Â Â weewx.engine.main(options, args)
Mar 22 15:29:33 nuc weewxd[810]:Â Â File "/home/weewx/bin/weewx/engine.py", line 833, in main
Mar 22 15:29:33 nuc weewxd[810]:Â Â Â Â daemon.daemonize(pidfile=options.pidfile)
Mar 22 15:29:33 nuc weewxd[810]:Â Â File "/home/weewx/bin/daemon.py", line 79, in daemonize
Mar 22 15:29:33 nuc weewxd[810]:Â Â Â Â os.dup2(si.fileno(), sys.stdin.fileno())
Mar 22 15:29:33 nuc weewxd[810]:Â Â File "/home/weewx/bin/weewx/engine.py", line 803, in sigTERMhandler
Mar 22 15:29:33 nuc weewxd[810]:Â Â Â Â raise Terminate
Mar 22 15:29:33 nuc weewxd[810]: weewx.engine.Terminate
It started fine manually:
root@nuc:~# service weewx restart
root@nuc:~# service weewx status
? weewx.service - weewx weather system
  Loaded: loaded (/etc/systemd/system/weewx.service; enabled; vendor preset: enabled)
  Active: active (running) since Wed 2017-03-22 15:31:08 EDT; 3s ago
 Main PID: 2519 (weewxd)
  CGroup: /system.slice/weewx.service
          mq2519 /usr/bin/python /home/weewx/bin/weewxd --daemon --pidfile=/var/run/weewx.pid /home/weewx/weewx.conf
There must be some conflict between in the systemctl startup process. I moved the "weewx.service" (no modifications) according to directions in startup.
I'm now wise enough in the ways of linux to figure this one out.
Thanks for the quick reply.
Bob
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++