This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[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]
-
After=remote-fs.target time-sync.target
-
Description=Festival server
-
Description=festival daemon providing full text-to-speech system
-
Documentation=man:festival(1)
-
Wants=remote-fs.target
-
Additionnal notes
Nothing here.