voc / voctomix

Full-HD Software Live-Video-Mixer in python
https://c3voc.de/
MIT License
573 stars 104 forks source link

Prepare cm Branch for voctomix2 #249

Closed MaZderMind closed 4 years ago

MaZderMind commented 5 years ago

Note: Have Scripts wait for systemd READY signal:

    # Inform systemd that we are ready
    # for use with the notify service type
    n = sdnotify.SystemdNotifier()
    n.notify("READY=1")
danimo commented 5 years ago

Use Type=notify instead of Type=simple in the voctocore.service file to achieve that.

danimo commented 4 years ago

Done and merged back to master.