Files
py-eagle-mqtt/Docker/src/systemd
erichardso d880f44ca6 Moved Docker stuff to "Docker" folder
Created k8s folder for k8s stuff
Added early-stage service.yaml for K8s deployment
2018-08-28 11:51:23 -07:00
..

Systemd notes:

Install in:
/etc/systemd/system

probably use sym links there.

Then run:
   systemctl start [name]

If there are errors, run:

   systemctl status [name]

After editing a service file, run:

   systemctl daemon-reload [name]


To enable auto-start at boot time:

   systemctl enable [name].service