Changes

From SME Server
Jump to navigationJump to search
81 bytes added ,  13:45, 19 November 2020
m
Line 98: Line 98:  
* 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.
 
* 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:  
+
These conflict, so choose one way or the other.
 +
 
 +
Examples using systemd:  
    
:<code>systemctl start application</code>
 
:<code>systemctl start application</code>
 
:<code>systemctl try-restart application</code>
 
:<code>systemctl try-restart application</code>
   −
For documentation of systemctl see:  
+
For documentation of systemctl usage see:  
 
https://www.freedesktop.org/software/systemd/man/systemctl.html
 
https://www.freedesktop.org/software/systemd/man/systemctl.html
For usage examples see:
+
 
 +
For some usage examples see here:
 
https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units
 
https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units
  

Navigation menu