Инструменты пользователя

Инструменты сайта


Action disabled: source
ubuntu:installing_custom_init_scripts

Startup - Добавление собственныъх скриптов в автозапуск (Installing custom init-scripts)

To install your own script, copy it to /etc/init.d, and make it executable.

sudo cp myscript /etc/init.d
sudo chmod +x /etc/init.d/myscript

To make the script run at startup:

sudo update-rc.d myscript start 51 S .

(Do not forget the dot: . )

For more information on the usage of update-rc.d

man update-rc.d

Источник - https://wiki.ubuntu.com/UbuntuBootupHowto

ubuntu/installing_custom_init_scripts.txt · Последнее изменение: 2017/03/23 21:59 — 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki