Changes

From SME Server
Jump to navigationJump to search
29 bytes added ,  13:34, 19 November 2020
m
Line 95: Line 95:  
=== Known issue: migration of contribs that start services requires consideration of startup methods ===
 
=== Known issue: migration of contribs that start services requires consideration of startup methods ===
 
With the introduction of systemd there are different and '''mutually exclusive''' options to start (and monitor) services.
 
With the introduction of systemd there are different and '''mutually exclusive''' options to start (and monitor) services.
* Old way: as long as /etc/rc.d/rc7.d/S??contrib exists, the bootstrap console will start the service as in versions previous to 10.
+
* Old way: as long as <code>/etc/rc.d/rc7.d/S??contrib</code> exists, the bootstrap console will start the service as in versions previous to 10.
* New way: if you want to use systemd simply remove /etc/rc.d/rc7.d/S??contrib and ensure that your event uses an understandable signal for systemd : start restart try-restart ...  (not once...)
+
* New way: if you want to use systemd simply remove <code>/etc/rc.d/rc7.d/S??contrib</code> and ensure that your event uses a valid signal for systemd.
 +
 
 +
Examples:
 +
 
 +
: start restart try-restart ...  (not once...)
    
==Template for testing==
 
==Template for testing==

Navigation menu