Beiträge von Georg

    I have just tested it without success.


    This is my config:


    [Unit]
    Description=Hyperion Systemd service


    [Service]
    Type=simple
    User=root
    Group=root
    UMask=007
    ExecStart=/usr/bin/hyperiond /etc/hyperion/hyperion.config.json
    ExecReload=/bin/kill -HUP $MAINPID
    Restart=on-failure
    TimeoutStopSec=10
    RestartSec=20


    [Install]
    WantedBy=multi-user.target


    Anybody having further ideas?


    If I open a console and enter:


    sudo killall hyperiond
    sudo service hyperion start
    nohup hyperion-v4l2 &


    ... it starts immediately.

    Hi, I have a strange Problem. Whenever I switch on or reboot Hyperion won´t start automatically.
    If I open a console and enter…


    sudo killall hyperiond
    sudo service hyperion start
    nohup hyperion-v4l2 &


    … Hyperion will start.


    How can I make sure that this will work automatically.


    Best regards,


    Georg