JiriSko / amixer-webui

Web application for control ALSA volume
MIT License
53 stars 21 forks source link

Add systemd .service file #17

Closed substring closed 3 years ago

substring commented 4 years ago

fixes #16

The file should be put in /etc/systemd/system, or can be place in /usr/share/amixer-webui and make a symbolic link on the file in /etc/systemd/system. I haven't edited the Makefile as it could fail on non systemd OSes.

Nonetheless, I can add another commit to detail systemd installation if you wish.

substring commented 4 years ago

A small commit more to ease installation wher you can now do make install INSTALL_PATH=....

I have other suggestions for the makefile, like using cp -r production/deb-package/usr "$INSTALL_PATH" instead of rsync