You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is great! Thank you for taking the time to show ho to make a systemd service definition. I'll make sure to add these instructions before the next release, which will probably drop within the next couple weeks!
Please add some simple install instructions so beginners are not put off because they don't know what to do. On Ubuntu I had to:
sudo dpkg -i <file.deb>
to install musikcube.sudo apt-get -f install
to install all needed dependencies./usr/bin/musikcubed
to start the server daemon./usr/bin/musikcube
to start the program interactively.<spacebar>
.To create a service:
sudo touch /etc/systemd/system/musikcube.service
sudo systemctl edit --full musikcube.service
Service definition (replace
<user>
with your username):Auto start the service on system startup:
systemctl enable musikcube
The text was updated successfully, but these errors were encountered: