festival.service

This unit is provided by:

Options

  • [Install]
  • [Service]
    • EnvironmentFile=-/etc/sysconfig/festival
    • ExecReload=/usr/bin/kill -HUP $MAINPID
    • ExecStart=/bin/bash -c "exec /usr/bin/festival $FESTIVAL_OPTIONS --server $( [ \"$FESTIVAL_RUN_CHROOTED\" = yes ] && echo --libdir / --uid festival --chroot \"$FESTIVAL_CHROOT_PREFIX\" )"
    • ExecStart=/usr/bin/festival --server
    • ExecStartPre=/bin/bash -c "[ \"$FESTIVAL_RUN_CHROOTED\" = yes ] && for configfile in /etc/festival.scm $FESTIVAL_CHROOT_FILES; do test -d $FESTIVAL_CHROOT_PREFIX/$${configfile%/*} || mkdir -p $FESTIVAL_CHROOT_PREFIX/$${configfile%/*}; cp -auL $${configfile} $FESTIVAL_CHROOT_PREFIX/$${configfile%/*}; done"
    • Group=festival
    • KillMode=process
    • Type=simple
    • User=festival
  • [Unit]

Additionnal notes

Nothing here.