Look at LSB init scripts for more information.
Copy to /etc/init.d:
# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)| [Presets] | |
| Preset0=Classical | |
| Preset1=Club | |
| Preset2=Dance | |
| Preset3=Flat | |
| Preset4=Live | |
| Preset5=Laptop Speakers/Headphone | |
| Preset6=Rock | |
| Preset7=Pop |
| #!/usr/bin/env perl | |
| use warnings; | |
| use strict; | |
| # Use modules installed with cpanm -L | |
| use lib 'extlib/lib/perl5'; | |
| use DBI; | |
| use POSIX qw(strftime); | |
| use Spreadsheet::WriteExcel; |
Look at LSB init scripts for more information.
Copy to /etc/init.d:
# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)