Changes

From SME Server
Jump to navigationJump to search
Line 99: Line 99:  
you have to fill these fields with the relevant values
 
you have to fill these fields with the relevant values
 
   
 
   
  <nowiki># Provides: <NAME></nowiki>
+
  <nowiki># Provides: <'''NAME'''></nowiki>
 
  ..
 
  ..
  <nowiki># Description: <DESCRIPTION></nowiki>
+
  <nowiki># Description: <'''DESCRIPTION'''></nowiki>
 
  ..
 
  ..
  SCRIPT=<COMMAND> #path to the script you want to start automatically at boot
+
  SCRIPT=<'''COMMAND'''> #path to the script you want to start automatically at boot
  RUNAS=<USERNAME> #user who run the script (can be root or other choice)
+
  RUNAS=<'''USERNAME'''> #user who run the script (can be root or other choice)
  NAME=<YOUR_SERVICE_NAME> #name of the service.
+
  NAME=<'''YOUR_SERVICE_NAME'''> #name of the service.
    
make that script executable
 
make that script executable

Navigation menu