Locations
etc Services
```shell title=View Services ls -a /etc/systemd/system
```shell title=View Service Config
cat /etc/systemd/system/<name>.service
lib Services
```shell title=View Existing Services ls /lib/systemd/system
```shell title=View Service Config
cat /lib/systemd/system/<name>.service