spindles your spindle while you spindle
1# yeah we all want our spindle running persistently so 2 3instructions: 4 51. move `spindle.service` to `/etc/systemd/system` 62. edit `env` with whatever you want your env vars to be 73. move `env` to `/etc/spindle_service` 84. run `systemctl enable spindle.service` 95. run `systemctl start spindle.service` 106. profit 11 12oh 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