FOGMulticastManager.service (fogproject-1.5.7) | : | FOGMulticastManager.service (fogproject-1.5.8) | ||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
# Short-Description: Start/Stop FOGMulticastManager | # Short-Description: Start/Stop FOGMulticastManager | |||
# Long-Description: Created by David Fear | # Long-Description: Created by David Fear | |||
# Used to stop and start the FOGMulticastManager Service. | # Used to stop and start the FOGMulticastManager Service. | |||
# FOGMulticastManager is used to destribute images through | # FOGMulticastManager is used to destribute images through | |||
# Multicast. Useful to image large amounts of systems simultaneously. | # Multicast. Useful to image large amounts of systems simultaneously. | |||
# It serves this ability only if it's the master node. | # It serves this ability only if it's the master node. | |||
### END INIT INFO | ### END INIT INFO | |||
[Unit] | [Unit] | |||
Description=FOGMulticastManager | Description=FOGMulticastManager | |||
After=syslog.target network.target mysql.service | After=syslog.target network.target network-online.target mysql.service | |||
StartLimitIntervalSec=0 | ||||
[Service] | [Service] | |||
PrivateTmp=true | Type=simple | |||
ExecStart=/opt/fog/service/FOGMulticastManager/FOGMulticastManager & | Restart=always | |||
ExecReload=/bin/kill -HUP $MAINPID | RestartSec=1 | |||
KillSignal=SIGINT | ExecStart=/usr/bin/env php /opt/fog/service/FOGMulticastManager/FOGMulticastMana | |||
ger | ||||
[Install] | [Install] | |||
WantedBy=multi-user.target | WantedBy=multi-user.target | |||
End of changes. 2 change blocks. | ||||
5 lines changed or deleted | 7 lines changed or added |