J
J
j4q2016-11-18 16:12:48
Asterisk
j4q, 2016-11-18 16:12:48

OpenSuse 11.4 - Asterisk autoload?

There is a computer with OpenSuse11.4 Asterisk is spinning on it.
When you restart your computer, you have to go into OpenSuse, launch Terminal and write asterisk
Googled that there are boot.local and after.local files, but I didn’t find what and how to enter there.
In a graphical environment through System settings - Startup and Shutdown - there is a launch of installed applications and scripts, there is no asterisk in applications, and there is not enough mind to write a script.
How to make Asterisk autostart on OpenSuse11.4?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Shitskov, 2016-11-18
@j4q

Script:

#!/bin/sh
asterisk &

And do not forget chmod + x
or
add the line to boot.localasterisk &

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question