FOGSnapinHash.service (fogproject-1.5.7) | : | FOGSnapinHash.service (fogproject-1.5.8) | ||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
# Default-Stop: 0 1 6 | # Default-Stop: 0 1 6 | |||
# X-Interactive: true | # X-Interactive: true | |||
# Short-Description: Start/Stop FOGSnapinHash | # Short-Description: Start/Stop FOGSnapinHash | |||
# Long-Description: Created by Thomas Elliott | # Long-Description: Created by Thomas Elliott | |||
# Used to stop and start the FOGSnapinHash Service. | # Used to stop and start the FOGSnapinHash Service. | |||
# FOGSnapinHash generates snapin hash info. | # FOGSnapinHash generates snapin hash info. | |||
### END INIT INFO | ### END INIT INFO | |||
[Unit] | [Unit] | |||
Description=FOGSnapinHash | Description=FOGSnapinHash | |||
After=syslog.target network.target mysql.service | After=syslog.target network.target network-online.service mysql.service | |||
StartLimitIntervalSec=0 | ||||
[Service] | [Service] | |||
PrivateTmp=true | Type=simple | |||
ExecStart=/opt/fog/service/FOGSnapinHash/FOGSnapinHash & | Restart=always | |||
ExecReload=/bin/kill -HUP $MAINPID | RestartSec=1 | |||
KillSignal=SIGINT | ExecStart=/usr/bin/env php /opt/fog/service/FOGSnapinHash/FOGSnapinHash | |||
[Install] | [Install] | |||
WantedBy=multi-user.target | WantedBy=multi-user.target | |||
End of changes. 2 change blocks. | ||||
5 lines changed or deleted | 6 lines changed or added |