Advertisement
Guest User

Untitled

a guest
May 13th, 2021
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.60 KB | None | 0 0
  1. ALTHOUGH INITSCRIPTS ARE GENERICALLY, COLLECTIVELY, OFTEN DESCRIBED AS
  2. "SERVICES" OR "DAEMONS"... MANY INITSCRIPTS PERFORM "RUN-AND-DONE(EXIT)" ACTIONS
  3. EACH TIME (DURING A CHANGE OF RUNLEVELS) THEY ARE INVOKED
  4.  
  5.  
  6. https://antix-skidoo.github.io/archive/bum_verbose_descriptions.html
  7. MY EARLIER ATTEMPT TO COLLATE/CONVEY DETAILS OF /etc/init.d ITEMS
  8. (LITTERED WITH ARCANE ITEMS, e.g. "schoolbell" AND "screen-cleanup")
  9. -=-
  10. HTML, BECAUSE TOO UNWIELDY TO PRESENT AS A WIKITABLE
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. acpid
  19. # Required-Start: $remote_fs $syslog
  20. # Required-Stop: $remote_fs $syslog
  21. # X-Start-Before: kdm gdm3 xdm lightdm
  22. # X-Stop-After: kdm gdm3 xdm lightdm
  23. # Default-Start: 2 3 4 5
  24. # Default-Stop:
  25. # Short-Description: Start the Advanced Configuration and Power Interface daemon
  26. # Description: Provide a socket for X11, hald and others to multiplex kernel ACPI events.
  27.  
  28.  
  29. acpi-support
  30. # Required-Start: $local_fs $remote_fs $syslog
  31. # Required-Stop: $local_fs $remote_fs $syslog
  32. # Default-Start: 2 3 4 5
  33. # Default-Stop: 1
  34. # Short-Description: Start some power management scripts
  35. # Check whether we're on batteries and, if so, start with laptop mode etc enabled
  36. ### "For laptops. Does power management and enables hotkeys"
  37. ~~~ provides initial settings at boot and does not run a service daemon
  38.  
  39.  
  40. alsa-utils
  41. # Required-Start: $local_fs $remote_fs
  42. # Required-Stop: $remote_fs
  43. # Default-Start: S
  44. # Default-Stop: 0 1 6
  45. # Short-Description: Restore and store ALSA driver settings
  46. # Description: This script stores and restores mixer levels on
  47. # shutdown and bootup.On sysv-rc systems: to
  48. # disable storing of mixer levels on shutdown,
  49. # remove /etc/rc[06].d/K50alsa-utils. To disable
  50. # restoring of mixer levels on bootup, rename the
  51. # "S50alsa-utils" symbolic link in /etc/rcS.d/ to "K50alsa-utils"
  52. ### Homepage: https://www.alsa-project.org/
  53.  
  54.  
  55. anacron
  56. # Required-Start: $remote_fs $syslog $time
  57. # Required-Stop: $remote_fs $syslog $time
  58. # Default-Start: 2 3 4 5
  59. # Default-Stop:
  60. # Short-Description: Run anacron jobs
  61. # Description: The first purpose of this script is to run anacron at
  62. # boot so that it can catch up with missed jobs. Note
  63. # that anacron is not a daemon. It is run here just once
  64. # and is later started by the real cron. The second
  65. # purpose of this script is that said cron job invokes
  66. # this script to start anacron at those subsequent times,
  67. # to keep the logic in one place.
  68.  
  69.  
  70. atop
  71. atopacct
  72. atopacct.service (systemd)
  73. ^--------- listed in sysv-rc-conf TUI
  74. ### The atopacct daemon takes care that a shadow file is kept to a limited size.
  75.  
  76.  
  77.  
  78. avahi avahi-daemon
  79. # Required-Start: $remote_fs dbus
  80. # Required-Stop: $remote_fs dbus
  81. # Should-Start: $syslog
  82. # Should-Stop: $syslog
  83. # Default-Start: 2 3 4 5
  84. # Default-Stop: 0 1 6
  85. # Short-Description: Avahi mDNS/DNS-SD Daemon
  86. # Description: Zeroconf daemon for configuring your network automatically
  87. ### Homepage: http://avahi.org/
  88. ### "discover hosts and services on a local network"
  89.  
  90.  
  91. bluetooth
  92. # Required-Start: $local_fs $syslog $remote_fs dbus
  93. # Required-Stop: $local_fs $syslog $remote_fs
  94. # Default-Start: 2 3 4 5
  95. # Default-Stop: 0 1 6
  96. # bluez Bluetooth subsystem daemons starting and stopping
  97. # Note: older daemons like dund pand hidd are now shipped inside the bluez-compat package
  98. ### Homepage: http://www.bluez.org
  99.  
  100.  
  101. bootchart2
  102. # Provides: bootchart2
  103. # Required-Start: $remote_fs $all
  104. # Required-Stop:
  105. # Default-Start: 1 2 3 4 5
  106. # Default-Stop:
  107. # Short-Description: Stop bootchartd
  108. # Description: This script stops the bootchartd daemon after the system booted
  109. ### Homepage: http://github.com/mmeeks/bootchart
  110.  
  111.  
  112. bootlogs
  113. # Required-Start: hostname $local_fs
  114. # Required-Stop:
  115. # Should-Start: $x-display-manager gdm kdm xdm ldm sdm wdm nodm
  116. # Default-Start: 1 2 3 4 5
  117. # Default-Stop:
  118. # Short-Description: Log file handling to be done during bootup.
  119. # Description: Various things that don't need to be done particularly
  120. # early in the boot, just before getty is run.
  121.  
  122.  
  123. bootmisc.sh
  124. # Required-Start: $remote_fs
  125. # Required-Stop:
  126. # Should-Start: udev
  127. # Default-Start: S
  128. # Default-Stop:
  129. # Short-Description: Miscellaneous things to be done during bootup.
  130. # Description: Some cleanup. Note, it need to run after mountnfs-bootclean.sh
  131.  
  132.  
  133.  
  134. brightness
  135. # Required-Start: $local_fs
  136. # Required-Stop: $local_fs
  137. # Default-Start: S
  138. # Default-Stop: 0 6
  139. # Short-Description: Save and restore brightness level between restarts.
  140. # Description: This script saves the brightness level between restarts.
  141. # It is called from the boot, halt and reboot scripts.
  142.  
  143.  
  144. checkfs.sh
  145. # Required-Start: checkroot
  146. # Required-Stop:
  147. # Should-Start:
  148. # Default-Start: S
  149. # Default-Stop:
  150. # X-Interactive: true
  151. # Short-Description: Check all filesystems
  152.  
  153.  
  154. checkroot.sh
  155. # Provides: checkroot mtab
  156. # Required-Start: mountdevsubfs hostname
  157. # Required-Stop:
  158. # Should-Start: keymap hwclockfirst hdparm bootlogd
  159. # Should-stop:
  160. # Default-Start: S
  161. # Default-Stop:
  162. # X-Interactive: true
  163. # Short-Description: Check the root file system
  164.  
  165.  
  166. checkroot-bootclean.sh
  167. # Required-Start: checkroot
  168. # Required-Stop:
  169. # Default-Start: S
  170. # Default-Stop:
  171. # X-Start-Before: bootmisc
  172. # Short-Description: bootclean after checkroot.
  173. # Description: Clean temporary filesystems after the root filesystem has been mounted.
  174. # At this point, directories which may be masked by future mounts may be cleaned.
  175.  
  176.  
  177. connman
  178. # Required-Start: $remote_fs $syslog dbus
  179. # Required-Stop: $remote_fs $syslog dbus
  180. # Default-Start: 2 3 4 5
  181. # Default-Stop: 0 1 6
  182. # Short-Description: Connection Manager
  183. ## WONDERFUL DESCRIPTION, EH
  184.  
  185.  
  186. console-setup.sh
  187. # Required-Start: $remote_fs
  188. # Required-Stop:
  189. # Should-Start: console-screen kbd
  190. # Default-Start: 2 3 4 5
  191. # Default-Stop:
  192. # X-Interactive: true
  193. # Short-Description: Set console font and keymap
  194.  
  195.  
  196. cpufrequtils
  197. # Required-Start: $remote_fs loadcpufreq
  198. # Required-Stop:
  199. # Default-Start: 2 3 4 5
  200. # Default-Stop:
  201. # Short-Description: set CPUFreq kernel parameters
  202. # Description: utilities to deal with CPUFreq Linux kernel support
  203.  
  204.  
  205. cron
  206. # Required-Start: $remote_fs $syslog $time
  207. # Required-Stop: $remote_fs $syslog $time
  208. # Should-Start: $network $named slapd autofs ypbind nscd nslcd winbind
  209. # Should-Stop: $network $named slapd autofs ypbind nscd nslcd winbind
  210. # Default-Start: 2 3 4 5
  211. # Default-Stop:
  212. # Short-Description: Regular background program processing daemon
  213. # Description: cron is a standard UNIX program that runs user-specified
  214. # programs at periodic scheduled times. vixie cron adds a
  215. # number of features to the basic UNIX cron, including better
  216. # security and more powerful configuration options.
  217.  
  218.  
  219. cryptdisks
  220. # Required-Start: checkroot cryptdisks-early
  221. # Required-Stop: umountroot cryptdisks-early
  222. # Should-Start: udev mdadm-raid lvm2
  223. # Should-Stop: udev mdadm-raid lvm2
  224. # X-Start-Before: checkfs
  225. # X-Stop-After: umountfs
  226. # X-Interactive: true
  227. # Default-Start: S
  228. # Default-Stop: 0 6
  229. # Short-Description: Setup remaining encrypted block devices
  230. ### Homepage: https://gitlab.com/cryptsetup/cryptsetup
  231.  
  232.  
  233. cryptdisks-early
  234. # Required-Start: checkroot
  235. # Required-Stop: umountroot
  236. # Should-Start: udev mdadm-raid
  237. # Should-Stop: udev mdadm-raid
  238. # X-Start-Before: lvm2
  239. # X-Stop-After: lvm2 umountfs
  240. # X-Interactive: true
  241. # Default-Start: S
  242. # Default-Stop: 0 6
  243. # Short-Description: Setup early encrypted block devices
  244. ### Homepage: https://gitlab.com/cryptsetup/cryptsetup
  245.  
  246.  
  247. dbus
  248. # Required-Start: $remote_fs $syslog
  249. # Required-Stop: $remote_fs $syslog
  250. # Default-Start: 2 3 4 5
  251. # Default-Stop:
  252. # Short-Description: D-Bus systemwide message bus
  253. # Description: D-Bus is a simple interprocess messaging system, used
  254. # for sending messages between applications.
  255.  
  256.  
  257. dundee {----------------- antiX 19
  258. ### xref (provided by) "ofono"
  259. ### dundee. Mobile telephony stack (daemon)
  260. ### dependency of "modem-manager-gui" and "connman" packages
  261. ### https://sources.debian.org/src/ofono/1.31-3/doc/features.txt/
  262.  
  263.  
  264.  
  265. elogind
  266. # Required-Start: dbus $remote_fs $syslog
  267. # Required-Stop: dbus $remote_fs $syslog
  268. # Default-Start: 2 3 4 5
  269. # Default-Stop: 0 1 6
  270. # Short-Description: start elogind at boot tim
  271. # Description: Enable user and session management by elogind
  272.  
  273.  
  274. gpm
  275. # Required-Start: $remote_fs $syslog
  276. # Required-Stop: $remote_fs $syslog
  277. # Should-Start:
  278. # Should-Stop:
  279. # Default-Start: 2 3 4 5
  280. # Default-Stop: 0 1 6
  281. # Short-Description: gpm sysv init script
  282. # Description: general purpose mouse event server
  283. ### Homepage: http://www.nico.schottelius.org/software/gpm/
  284.  
  285.  
  286. halt
  287. # Required-Start:
  288. # Required-Stop:
  289. # Default-Start:
  290. # Default-Stop: 0
  291. # Short-Description: Execute the halt command
  292.  
  293.  
  294. hostname.sh
  295. # Required-Start:
  296. # Required-Stop:
  297. # Should-Start: glibc
  298. # Default-Start: S
  299. # Default-Stop:
  300. # Short-Description: Set hostname based on /etc/hostname
  301. # Description: Read the machines hostname from /etc/hostname, and
  302. # update the kernel value with this value. If
  303. # /etc/hostname is empty, the current kernel value
  304. # for hostname is used. If the kernel value is
  305. # empty, the value 'localhost' is used.
  306.  
  307.  
  308. hwclock.sh
  309. # Required-Start: mountdevsubfs
  310. # Required-Stop: mountdevsubfs
  311. # Should-Stop: umountfs
  312. # Default-Start: S
  313. # X-Start-Before: checkroot
  314. # Default-Stop: 0 6
  315. # Description: Set and adjust the CMOS clock
  316.  
  317.  
  318. ifplugd
  319. # Required-Start: $network $remote_fs
  320. # Required-Stop: $network $remote_fs
  321. # Default-Start: 2 3 4 5
  322. # Default-Stop: 0 1 6
  323. # Short-Description: Brings up/down network automatically
  324. # Description: Brings networks interfaces up and down automatically when
  325. # the cable is removed / inserted
  326. ### Homepage: http://0pointer.de/lennart/projects/ifplugd/
  327.  
  328.  
  329. incron
  330. # Required-Start: $remote_fs $syslog
  331. # Required-Stop: $remote_fs $syslog
  332. # Default-Start: 2 3 4 5
  333. # Default-Stop: 0 1 6
  334. # Short-Description: Start, stop or reload incron
  335. # Description: incron is a file system events scheduler
  336. ### Homepage: http://inotify.aiken.cz/
  337. ### NO-OP PRESENT, BUT BY DEFAULT, ALL LINES ARE OUTCOMMENTED
  338.  
  339.  
  340. irqbalance
  341. # Required-Start: $remote_fs $syslog
  342. # Required-Stop: $remote_fs $syslog
  343. # Default-Start: 2 3 4 5
  344. # Default-Stop: 0 1 6
  345. # Short-Description: daemon to balance interrupts for SMP systems {---------------- ABSENT IN ANTIX19
  346. ### Homepage: https://github.com/Irqbalance/irqbalance
  347.  
  348.  
  349. keyboard-setup.sh
  350. # Required-Start: mountkernfs
  351. # Required-Stop:
  352. # X-Start-Before: checkroot
  353. # Default-Start: S
  354. # Default-Stop:
  355. # X-Interactive: true
  356. # Short-Description: Set the console keyboard layout
  357. # Description: Set the console keyboard as early as possible
  358. # so during the file systems checks the administrator
  359. # can interact. At this stage of the boot process
  360. # only the ASCII symbols are supported.
  361.  
  362.  
  363. killprocs
  364. # Required-Start: $local_fs
  365. # Required-Stop:
  366. # Default-Start: 1
  367. # Default-Stop:
  368. # Short-Description: executed by init(8) upon entering runlevel 1 (single)
  369.  
  370.  
  371. kmod
  372. # Required-Start:
  373. # Required-Stop:
  374. # Should-Start: checkroot
  375. # Should-Stop:
  376. # Default-Start: S
  377. # Default-Stop:
  378. # Short-Description: Load the modules listed in /etc/modules
  379. ### xref: lsmod(8), rmmod(8), insmod(8), modinfo(8), modprobe(8), depmod(8)
  380.  
  381.  
  382.  
  383. lm-sensors
  384. # Required-Start: $remote_fs
  385. # Required-Stop:
  386. # Default-Start: S
  387. # Default-Stop:
  388. # Short-Description: lm-sensors
  389. # Description: hardware health monitoring
  390. ### Homepage: http://www.lm-sensors.org
  391.  
  392.  
  393. loadcpufreq
  394. # Required-Start: $remote_fs $syslog
  395. # Required-Stop:
  396. # Default-Start: 2 3 4 5
  397. # Default-Stop:
  398. # Short-Description: Load kernel modules needed to enable cpufreq scaling
  399. # Description: Make it possible to save power by reducing
  400. # the CPU speed when there is little to do.
  401.  
  402.  
  403. motd
  404. # Required-Start: hostname $local_fs
  405. # Required-Stop:
  406. # Should-Start:
  407. # Default-Start: 1 2 3 4 5
  408. # Default-Stop:
  409. # Short-Description: Create dynamic part of /etc/motd
  410. # Description: /etc/motd is user-editable and static. This script
  411. # creates the initial dynamic part, by default the
  412. # output of uname, and stores it in /var/run/motd.dynamic. {---------------- ABSENT IN ANTIX19
  413. # Both parts are output by pam_motd.
  414. ### http://savannah.nongnu.org/projects/sysvinit
  415.  
  416.  
  417. mountall.sh
  418. # Required-Start: checkfs checkroot-bootclean
  419. # Required-Stop:
  420. # Default-Start: S
  421. # Default-Stop:
  422. # Short-Description: Mount all filesystems
  423. ###
  424. ? ? ? ALL?
  425. ###
  426. Mount local file systems in /etc/fstab.
  427. Remount tmpfs filesystems; with increased VM after swapon, the size limits may be adjusted.
  428. Check whether we need to mount a tmpfs on /tmp.
  429. We can now also determine swap size to factor this into our size limit.
  430.  
  431.  
  432. mountall-bootclean.sh
  433. # Required-Start: mountall
  434. # Required-Stop:
  435. # Default-Start: S
  436. # Default-Stop:
  437. # X-Start-Before: bootmisc
  438. # Short-Description: bootclean after mountall.
  439. # Description: Clean temporary filesystems after
  440. # all local filesystems have been mounted
  441.  
  442.  
  443. mountdevsubfs.sh
  444. # Required-Start: mountkernfs
  445. # Required-Stop:
  446. # Should-Start: udev
  447. # Default-Start: S
  448. # Default-Stop:
  449. # Short-Description: Mount special file systems under /dev.
  450. # Description: Mount the virtual filesystems the kernel provides
  451. # that ordinarily live under the /dev filesystem.
  452.  
  453.  
  454. mountkernfs.sh
  455. # Required-Start:
  456. # Required-Stop:
  457. # Should-Start: glibc
  458. # Default-Start: S
  459. # Default-Stop:
  460. # Short-Description: Mount kernel virtual file systems.
  461. # Description: Mount initial set of virtual filesystems the kernel
  462. # provides and that are required by everything.
  463.  
  464.  
  465. mountnfs.sh
  466. # Required-Start: $local_fs
  467. # Required-Stop:
  468. # Should-Start: $network $portmap nfs-common udev-mtab
  469. # Default-Start: S
  470. # Default-Stop:
  471. # Short-Description: Wait for network file systems to be mounted
  472. # Description: Network file systems are mounted by
  473. # /etc/network/if-up.d/mountnfs in the background
  474. # when interfaces are brought up; this script waits
  475. # for them to be mounted before carrying on.
  476.  
  477.  
  478. mountnfs-bootclean.sh
  479. # Required-Start: $local_fs mountnfs
  480. # Required-Stop:
  481. # Default-Start: S
  482. # Default-Stop:
  483. # X-Start-Before: bootmisc
  484. # Short-Description: bootclean after mountnfs.
  485. # Description: Clean temporary filesystems after
  486. # network filesystems have been mounted.
  487.  
  488.  
  489. ofono
  490. ### for mobile telephony (GSM/UMTS) applications
  491. ### used in conjunction with other communication projects such as BlueZ, ConnMan, Cloudeebus and gUPnP
  492. ### https://en.wikipedia.org/wiki/OFono
  493. ^---------- antiX 19
  494.  
  495.  
  496. networking
  497. # Provides: networking ifupdown
  498. # Required-Start: mountkernfs $local_fs urandom
  499. # Required-Stop: $local_fs
  500. # Default-Start: S
  501. # Default-Stop:
  502. # Short-Description: Raise network interfaces.
  503. # Description: Prepare /run/network directory, ifstate file and raise network interfaces, or take them down.
  504.  
  505.  
  506. nfs-common
  507. # Required-Start: $portmap $time
  508. # Required-Stop: $time
  509. # Default-Start: S
  510. # Default-Stop: 0 1 6
  511. # Short-Description: NFS support files common to client and server
  512. # Description: NFS is a popular protocol for file sharing across TCP/IP networks.
  513. # This service provides various support functions for NFS mounts.
  514. ### Homepage: http://nfs.sourceforge.net/
  515.  
  516.  
  517. ntp
  518. # Required-Start: $network $remote_fs $syslog
  519. # Required-Stop: $network $remote_fs $syslog
  520. # Default-Start: 2 3 4 5
  521. # Default-Stop:
  522. # Short-Description: Start NTP daemon
  523.  
  524.  
  525. oobe
  526. # Should-Start: console-screen kbd acpid dbus hal consolekit
  527. # Required-Start: $local_fs $remote_fs x11-common
  528. # Required-Stop: $local_fs $remote_fs
  529. # X-Start-Before: lightdm slim
  530. # Default-Start: 5
  531. # Default-Stop: 0 1 6
  532. # Short-Description: OOBE
  533. # Description: Debian init script for the Out-of-Box Experience {--------- antiX 19
  534. ### called by /usr/sbin/minstall
  535.  
  536.  
  537. pppd-dns
  538. # Required-Start: $local_fs
  539. # Required-Stop:
  540. # Default-Start: S
  541. # Default-Stop:
  542. # Short-Description: Restore resolv.conf if the system crashed.
  543. # Description: Restore /etc/resolv.conf if the system crashed before the
  544. # ppp link was shut down.
  545. ### Homepage: http://ppp.samba.org/
  546.  
  547.  
  548. procps
  549. # Required-Start: mountkernfs $local_fs
  550. # Required-Stop:
  551. # Should-Start: udev module-init-tools
  552. # X-Start-Before: $network
  553. # Default-Start: S
  554. # Default-Stop:
  555. # Short-Description: Configure kernel parameters at boottime
  556. # Description: Loads (applies) kernel parameters that are specified in /etc/sysctl.conf
  557. ### Homepage: https://gitlab.com/procps-ng/procps
  558.  
  559.  
  560. rc
  561. # Starts/stops ALL OF THE VARIOUS services on runlevel changes.
  562. #
  563. # Optimization: A start script is not run when the service was already
  564. # configured to run in the previous runlevel. A stop script is not run
  565. # when the the service was already configured not to run in the previous runlevel.
  566. #
  567. ### startpar
  568. ### Using makefile-style concurrent (parallel) boot in runlevel $runlevel
  569.  
  570.  
  571. rc.local
  572. # Required-Start: $all
  573. # Required-Stop:
  574. # Default-Start: 2 3 4 5
  575. # Default-Stop:
  576. # Short-Description: Run /etc/rc.local if it exists
  577. #
  578. ###
  579.  
  580.  
  581. rcS
  582. #
  583. # Call all S??* scripts in /etc/rcS.d/ in numerical/alphabetical order
  584.  
  585.  
  586. reboot
  587. # Required-Start:
  588. # Required-Stop:
  589. # Default-Start:
  590. # Default-Stop: 6
  591. # Short-Description: Execute the reboot command
  592.  
  593.  
  594. resolvconf
  595. # Required-Start: $local_fs
  596. # Required-Stop: $local_fs
  597. # X-Start-Before: networking ifupdown
  598. # Default-Start: S
  599. # Default-Stop: 0 6
  600. # Short-Description: Nameserver information manager
  601. # Description: This service manages the list of nameserver addresses
  602. # used by the libc resolver and name service caches
  603. ### Homepage: http://alioth.debian.org/projects/resolvconf/
  604.  
  605.  
  606. rmnologin
  607. # Required-Start: $remote_fs $all
  608. # Required-Stop:
  609. # Default-Start: 2 3 4 5
  610. # Default-Stop:
  611. # Short-Description: Remove /run/nologin at boot
  612. # Description: This script removes the /run/nologin file as the
  613. # last step in the boot process, if DELAYLOGIN=yes.
  614. # If DELAYLOGIN=no, /run/nologin was not created by
  615. # bootmisc earlier in the boot process.
  616.  
  617.  
  618. rpcbind
  619. # Required-Start: $network $local_fs
  620. # Required-Stop: $network $local_fs
  621. # Default-Start: S
  622. # Default-Stop: 0 1 6
  623. # Short-Description: RPC portmapper replacement (start/stop rpcbind daemon)
  624. # Description: rpcbind is a server that converts RPC (Remote Procedure Call)
  625. # program numbers into DARPA protocol port numbers. It must be running in
  626. # order to make RPC calls. Services that use RPC include NFS and NIS.
  627. ### Homepage: http://sourceforge.net/projects/rpcbind/
  628.  
  629.  
  630. rsync
  631. # Provides: rsyncd
  632. # Required-Start: $remote_fs $syslog
  633. # Required-Stop: $remote_fs $syslog
  634. # Should-Start: $named autofs
  635. # Default-Start: 2 3 4 5
  636. # Default-Stop:
  637. # Short-Description: fast remote file copy program daemon
  638. # Description: rsync is a program that allows files to be copied to and
  639. # from remote machines in much the same way as rcp.
  640. # This provides rsyncd daemon functionality.
  641.  
  642.  
  643. rsyslog
  644. # Required-Start: $remote_fs $time
  645. # Required-Stop: umountnfs $time
  646. # X-Stop-After: sendsigs
  647. # Default-Start: 2 3 4 5
  648. # Default-Stop: 0 1 6
  649. # Short-Description: enhanced syslogd
  650. # Description: Rsyslog is an enhanced multi-threaded syslogd.
  651. # It is quite compatible to stock sysklogd and can be
  652. # used as a drop-in replacement.
  653. ### Homepage: http://www.rsyslog.com/
  654.  
  655.  
  656. saned
  657. # Required-Start: $syslog $local_fs $remote_fs
  658. # Required-Stop: $syslog $local_fs $remote_fs
  659. # Should-Start: dbus avahi-daemon
  660. # Should-Stop: dbus avahi-daemon
  661. # Default-Start: 2 3 4 5
  662. # Default-Stop: 0 1 6
  663. # Short-Description: SANE network scanner server
  664. # Description: saned makes local scanners available over the network
  665. ### Homepage: http://www.sane-project.org
  666.  
  667.  
  668. sendsigs
  669. # Required-Start:
  670. # Required-Stop: umountnfs
  671. # Default-Start:
  672. # Default-Stop: 0 6
  673. # Short-Description: Kill all remaining processes
  674.  
  675.  
  676. ssh (sshd)
  677. ssh-conduit-vnc-server
  678. ^--------------
  679.  
  680.  
  681. stunnel4
  682.  
  683.  
  684. single
  685. # Required-Start: $local_fs $all killprocs
  686. # Required-Stop:
  687. # Default-Start: 1
  688. # Default-Stop:
  689. # Short-Description: executed by init(8) upon entering runlevel 1 (single)
  690.  
  691.  
  692. skeleton (installed by the "initscripts" package to stand as an example initscript)
  693. # Required-Start: $remote_fs $syslog
  694. # Required-Stop: $remote_fs $syslog
  695. # Default-Start: 2 3 4 5
  696. # Default-Stop: 0 1 6
  697. # Short-Description: Example initscript
  698. # Description: This file should be used to construct scripts to be placed in /etc/init.d
  699. # This example start a single forking daemon capable of writing a pid
  700. # file. To get other behaviors, implement do_start(), do_stop()
  701. # or other functions to override the defaults in /lib/init/init-d-script
  702.  
  703.  
  704. slim
  705. # Required-Start: dbus $local_fs $remote_fs
  706. # Required-Stop: $local_fs $remote_fs
  707. # Should-Start: xfs $named slapd
  708. # Should-Stop: xfs $named slapd
  709. # Default-Start: 2 5
  710. # Default-Stop: 0 1 6
  711. # Short-Description: Start daemon at boot time
  712. # Description: Debian init script for the SLiM login manager
  713.  
  714.  
  715. smartmontools
  716. # Required-Start: $syslog $remote_fs
  717. # Required-Stop: $syslog $remote_fs
  718. # Default-Start: 2 3 4 5
  719. # Default-Stop: 1
  720. # Short-Description: SMART monitoring daemon
  721. ### Homepage: http://smartmontools.sourceforge.net/
  722.  
  723.  
  724. sudo
  725. # Required-Start: $local_fs $remote_fs
  726. # Required-Stop:
  727. # X-Start-Before: rmnologin
  728. # Default-Start: 2 3 4 5
  729. # Default-Stop:
  730. # Short-Description: Provide limited super user privileges to specific users
  731. # Description: Provide limited super user privileges to specific users.
  732. ### https://www.sudo.ws/
  733. #
  734. ### PURPOSE: to ensure that any granted privileges do not persist across reboots
  735. ~~~ provides initial settings at boot and does not run a service daemon
  736.  
  737.  
  738. tlp
  739. # Required-Start: $remote_fs
  740. # Required-Stop: $remote_fs
  741. # Default-Start: 2 3 4 5
  742. # Default-Stop: 0 1 6
  743. # Short-Description: tlp start/stop script
  744. # Description: Initialize tlp
  745. ### LAME, USELESS "Description" eh
  746. ### Homepage: http://linrunner.de/tlp
  747.  
  748.  
  749. unattended-upgrades
  750. # Required-Start: $local_fs $remote_fs
  751. # Required-Stop: $local_fs $remote_fs
  752. # Provides: unattended-upgrade-shutdown-check
  753. # Default-Start: 2 3 4 5
  754. # Default-Stop: 0 6
  755. # Description: Check if unattended upgrades are being applied
  756. # and wait for them to finish
  757.  
  758.  
  759. udev
  760. # Provides: eudev udev
  761. # Required-Start: mountkernfs
  762. # Required-Stop:
  763. # Default-Start: S
  764. # Default-Stop:
  765. # Short-Description: Start udevd, populate /dev , and load drivers (and dynamic creation of device nodes)
  766. ### Homepage: https://www.freedesktop.org/wiki/Software/systemd (docs here)
  767. ### https://github.com/gentoo/eudev "eudev is Gentoo's fork of udev device file manager"
  768. ### https://en.wikipedia.org/wiki/Udev
  769. ###
  770. ### udevadm
  771. ### generic udev administration tool: controls the udevd daemon, provides info from the
  772. ### Udev database, monitors uevents, waits for uevents to finish, tests Udev configuration,
  773. ### and triggers uevents for a given device
  774. ### udevd
  775. ### daemon that listens for uevents on the netlink socket, creates devices,
  776. ### and runs the configured external programs in response to these uevents
  777. ### /etc/udev
  778. ### contains Udev configuration files, device permissions, and rules for device naming
  779.  
  780.  
  781.  
  782. udev-finish
  783.  
  784.  
  785. ufw
  786. # Required-Start: $local_fs
  787. # Required-Stop: $local_fs
  788. # Default-Start: S
  789. # Default-Stop: 1
  790. # Short-Description: start firewall
  791. # Description: Start ufw firewall
  792. ### Homepage: https://launchpad.net/ufw
  793.  
  794.  
  795. umountfs
  796. # Required-Start:
  797. # Required-Stop: umountroot
  798. # Default-Start:
  799. # Default-Stop: 0 6
  800. # Short-Description: Turn off swap and unmount all local file systems
  801.  
  802.  
  803. umountnfs.sh
  804. # Required-Start:
  805. # Required-Stop: umountfs
  806. # Should-Stop: $network $portmap nfs-common
  807. # Default-Start:
  808. # Default-Stop: 0 6
  809. # Short-Description: Unmount all network filesystems except the root fs.
  810. # Description: Also unmounts all virtual filesystems (proc,
  811. # devpts, usbfs, sysfs) that are not mounted at the top level.
  812.  
  813.  
  814. umountnfs-alternative.sh
  815. # Required-Start:
  816. # Required-Stop: umountfs
  817. # Should-Stop: $network $portmap nfs-common
  818. # Default-Start:
  819. # Default-Stop: 0 6
  820. # Short-Description: Unmount all network filesystems except the root fs.
  821. # Description: Also unmounts all virtual filesystems (proc,
  822. # devpts, usbfs, sysfs) that are not mounted at the top level.
  823.  
  824.  
  825. umountroot
  826. # Required-Start:
  827. # Required-Stop:
  828. # Should-Stop: halt reboot kexec
  829. # Default-Start:
  830. # Default-Stop: 0 6
  831. # Short-Description: Mount the root and /usr filesystems read-only
  832.  
  833.  
  834. urandom
  835. # Required-Start: $local_fs $time
  836. # Required-Stop: $local_fs
  837. # Default-Start: S
  838. # Default-Stop: 0 6
  839. # Short-Description: Save and restore RNG random seed between restarts.
  840. # Description: This script saves the random seed between restarts.
  841. # It is called from the boot, halt and reboot scripts.
  842. ### Homepage: http://savannah.nongnu.org/projects/sysvinit
  843.  
  844.  
  845. vboxautostart-service
  846. # Required-Start: vboxdrv
  847. # Required-Stop: vboxdrv
  848. # Default-Start: 2 3 4 5
  849. # Default-Stop: 0 1 6
  850. # Description: VirtualBox autostart service
  851.  
  852.  
  853. vboxballoonctrl-service
  854. # Required-Start: vboxdrv
  855. # Required-Stop: vboxdrv
  856. # Default-Start: 2 3 4 5
  857. # Default-Stop: 0 1 6
  858. # Description: VirtualBox watchdog daemon
  859.  
  860.  
  861. vboxdrv
  862. # Required-Start: $syslog
  863. # Required-Stop:
  864. # Default-Start: 2 3 4 5
  865. # Default-Stop: 0 1 6
  866. # Short-Description: VirtualBox Linux kernel module
  867.  
  868.  
  869. vboxweb-service
  870. # Required-Start: vboxdrv
  871. # Required-Stop: vboxdrv
  872. # Default-Start: 2 3 4 5
  873. # Default-Stop: 0 1 6
  874. # Description: VirtualBox web service API
  875. # X-Required-Target-Start: network-online
  876.  
  877.  
  878. virtualbox-guest-utils
  879. # Provides: vboxguest virtualbox-guest-utils
  880. # Short-Description: VirtualBox Linux Additions
  881. # Required-Start: $remote_fs
  882. # Required-Stop: $remote_fs
  883. # Default-Start: 2 3 4 5
  884. # Default-Stop: 0 1 6
  885. ### no "Description" given
  886.  
  887.  
  888. vsftpd
  889. # Required-Start: $network $remote_fs $syslog
  890. # Required-Stop: $network $remote_fs $syslog
  891. # Default-Start: 2 3 4 5
  892. # Default-Stop: 0 1 6
  893. # Short-Description: Very secure FTP server
  894. # Description: Provides a lightweight, efficient FTP server written for security.
  895. ### ITS DEFAULT CONFIGURATION, PER DEBIAN MAINTAINER, MAY NOT BE IDEAL
  896. ### https://security.appspot.com/vsftpd.html
  897.  
  898.  
  899. wicd
  900. # Required-Start: $remote_fs dbus
  901. # Required-Stop: $remote_fs
  902. # Default-Start: 2 3 4 5
  903. # Default-Stop: 0 1 6
  904. # Description: Starts and stops Wicd, a network manager
  905. ### Homepage: https://launchpad.net/wicd
  906.  
  907.  
  908. x11-common
  909. # Required-Start: $remote_fs
  910. # Required-Stop: $remote_fs
  911. # Default-Start: S
  912. # Default-Stop:
  913. # Short-Description: set up the X server and ICE socket directories
  914. ### Homepage: http://www.x.org/
  915.  
  916.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement