Timeline for creating a .deb package and autorun it
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 11, 2019 at 16:11 | comment | added | Jerther | This is nice but it answers the question only partially. Where does this .service file go in the .deb file? How is the service activated by the .deb? | |
| Jan 13, 2019 at 13:05 | vote | accept | MrBit | ||
| Jan 13, 2019 at 12:39 | comment | added | MrBit |
Thank you very much! Reading through all those sites and tutorials I came up to the solution for the whole method. First of all I need to add a myapp.service into my *.deb package, then I'll have to write a postinst script that will copy the myapp.service into the proper path and enable the service. I'm not quite sure if instead of a copy you just have to add the myapp.service into the *.deb package with the proper path.
|
|
| Jan 13, 2019 at 5:12 | history | answered | tkjef | CC BY-SA 4.0 |