Date: 2017nov27
OS: Linux
Q. Linux: What should I do when systemctl can't find my unit but I know its there?
A. For efficiency systemd isn't continuously looking for unit files.
If you just created a unit file, get it to find it with:
systemctl daemon-reload
Then you can start it:
systemctl start MY-UNIT