FOGSnapinReplicator.service (fogproject-1.5.7) | : | FOGSnapinReplicator.service (fogproject-1.5.8) | ||
---|---|---|---|---|
skipping to change at line 17 | skipping to change at line 17 | |||
# X-Interactive: true | # X-Interactive: true | |||
# Short-Description: Start/Stop FOGSnapinReplicator | # Short-Description: Start/Stop FOGSnapinReplicator | |||
# Long-Description: Created by David Fear | # Long-Description: Created by David Fear | |||
# Used to stop and start the FOGSnapinReplicator Service. | # Used to stop and start the FOGSnapinReplicator Service. | |||
# FOGSnapinReplicator enacts upon the FOG System to replicate | # FOGSnapinReplicator enacts upon the FOG System to replicate | |||
# Snapins to nodes. It only replicates if it is the master node. | # Snapins to nodes. It only replicates if it is the master node. | |||
### END INIT INFO | ### END INIT INFO | |||
[Unit] | [Unit] | |||
Description=FOGSnapinReplicator | Description=FOGSnapinReplicator | |||
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/FOGSnapinReplicator/FOGSnapinReplicator & | Restart=always | |||
ExecReload=/bin/kill -HUP $MAINPID | RestartSec=1 | |||
KillSignal=SIGINT | ExecStart=/usr/bin/php env /opt/fog/service/FOGSnapinReplicator/FOGSnapinReplica | |||
tor | ||||
[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 |