%PDF- %PDF-
| Direktori : /usr/share/pleaserun/pyxsoft/upstart/1.5/files/etc/init/ |
| Current File : //usr/share/pleaserun/pyxsoft/upstart/1.5/files/etc/init/pyxsoft.conf |
description "Pyxsoft service installation" start on filesystem or runlevel [2345] stop on runlevel [!2345] respawn umask 022 chroot / chdir /opt/pyxsoft #limit msgqueue <softlimit> <hardlimit> #limit nice <softlimit> <hardlimit> #limit rtprio <softlimit> <hardlimit> #limit sigpending <softlimit> <hardlimit> setuid root setgid root script # When loading default and sysconfig files, we use `set -a` to make # all variables automatically into environment variables. set -a [ -r /etc/default/pyxsoft ] && . /etc/default/pyxsoft [ -r /etc/sysconfig/pyxsoft ] && . /etc/sysconfig/pyxsoft set +a exec /opt/pyxsoft/pyxsoftUI end script