Menu

#1 Config Gentoo

1.0
open
None
2018-09-23
2018-09-18
VSC55
No

Hi,

Here is the configuration for gentoo system, in case you want to add it for the next version.

pid_file=/var/run/plex-media-server.pid
start_cmd=/etc/init.d/plex-media-server start
plex_config=/etc/init.d/plex-media-server
plex_path=/usr/sbin/start_pms
stop_cmd=/etc/init.d/plex-media-server stop
restart_cmd=/etc/init.d/plex-media-server restart
version_cmd=cd /var/db/pkg/ && for i in */*; do ls -d $i; done | grep plex-media-server | cut -d'-' -f5
plex_url=

A greeting.

Discussion

  • J.M. Rivera

    J.M. Rivera - 2018-09-19

    Hi, thanks for testing and contributing Gentoo suggestion, for the next release I will add your code bits.

    Regards

     
  • J.M. Rivera

    J.M. Rivera - 2018-09-23

    Hi VSC55, please can you confirm if the following shorther(slightly faster) command works on your Gentoo system on getting Plex version?

    ls /var/db/pkg/* | grep plex-media-server | cut -d'-' -f4
    

    Regards

     
  • VSC55

    VSC55 - 2018-09-23

    Hi J.M.Rivera,

    Confirmed, it works OK.

    $ ls /var/db/pkg/* | grep plex-media-server | cut -d'-' -f4
    1.13.8.5395
    

    Regards

     

Log in to post a comment.

MongoDB Logo MongoDB