Hi,
I am cobbling some scripts together to automatically create a Subsonic server out on EC2, here: https://github.com/gswallow/sparkleformation-subsonic.
Everything is working really well except for the license key. I tried this approach:
- Install the subsonic package from deb
- Customize /etc/default/subsonic to set the correct user, correct folders, etc.
- Restart subsonic
- Insert my license key into /var/subsonic/subsonic.properties
- Restart subsonic, again.
Is there something I'm missing, trying to automatically license my server? My intention is to shut down my server every night for 12 hours, in order to save on EC2 costs. Then it will rebuild itself in the morning.
Thanks!