This post describes the process to install Twonky Media Server 8.3 on Centos7 and enable startup on boot.

- Download the binaries here
- wget http://d33rws75kj13ih.cloudfront.net/downloads/packages/twonky-i686-glibc-2.9-8.3.zip
- Unzip the package into /usr/local/twonky
- Create the following directory /var/twonky
- Create the following file in /etc/systemd/system/twonkyserver.service
[Unit]
Description=Twonky service
After=syslog.target network.target
[Service]
Type=forking
ExecStart=/usr/local/twonky/twonkystarter
ExecStop=/usr/local/twonky/twonky.sh stop
PIDFile=/var/run/mediaserver.pid
[Install]
WantedBy=multi-user.target
- Reload systemd
- systemctl daemon-reload
- Start twonkyserver
- systemctl start twonkyserver
- Enable twonkyserver
- systemctl enable twonkyserver
- Reboot and test your work!
- Grab a beer