···1+# yeah we all want our spindle running persistently so
2+3+instructions:
4+5+1. move `spindle.service` to `/etc/systemd/system`
6+2. edit `env` with whatever you want your env vars to be
7+3. move `env` to `/etc/spindle_service`
8+4. run `systemctl enable spindle.service`
9+5. run `systemctl start spindle.service`
10+6. profit
11+12+oh also this presumes that you moved the spindle binary to /usr/local/bin. if you didn't do that then update the path in spindle.service first