Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:services:scanner_server:saned [2023/05/05 11:14] – [Command line] raptorsdsdocs:guide-user:services:scanner_server:saned [2023/05/05 18:25] – [Start saned without xinetd] raptorsds
Line 109: Line 109:
  
 ==== Start saned without xinetd ==== ==== Start saned without xinetd ====
-**TODO:** Tell how to do this without xinetd and enable saned.+saned is already a deamon by default 
 + 
 +you can start saned with rc.local 
 + 
 +<code> 
 +saned -a 
 +</code> 
 + 
 +The -a 
 +flag requests that saned run in standalone daemon mode. In this  mode, saned  will  
 +detach  from  the  console  and  run  in  the  background,  listening  for incoming client 
 +connections; inetd is not required for saned operations in  this  mode If  the  optional 
 +username  is  given  after  -a , saned will drop root privileges and run as this user (and group). 
 + 
 + [[https://manpages.ubuntu.com/manpages/xenial/man8/saned.8.html|saned manpage ]]
  
 ==== Enable saned to be accessible from the LAN ==== ==== Enable saned to be accessible from the LAN ====
  • Last modified: 2023/12/02 13:50
  • by cm