:: Re: [DNG] How to deploy an init.d s…
Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Didier Kryn
Ημερομηνία:  
Προς: dng
Καινούρια Θέματα: [DNG] SOLVED (was: Re: How to deploy an init.d script to Devuan 2.0 (ASCII))
Αντικείμενο: Re: [DNG] How to deploy an init.d script to Devuan 2.0 (ASCII)
Le 15/04/2019 à 10:47, Steffen Dettmer a écrit :
> Unfortunately a proprietary package is used, which unfortunately
> does not support executing scripts, so I have to pack the result.


    Well, then it's up to you to write your own start/stop script which
will start/stop your application. Your package doesn't need to invoke
scripts. It is up to your script to invoke the server provided in the
package.

    Didier