HEX
Server: Apache
System: Linux sh00085.hostgator.com 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: yqegzjte (1064)
PHP: 8.5.8
Disabled: NONE
Upload Files
File: //lib/systemd/system/datacycle.service
[Unit]
Description=Start/Stops datacycle
After=syslog.target network.target
Before=sshd.service

[Service]
Type=simple
ExecStartPre=sh -c '/usr/bin/test -d /proc/sys/fs/datacycle || ( /bin/echo "datacycle.service: cannot find /proc/sys/fs/datacycle, is this kernel patched?" && exit 1 )'
Restart=on-failure
RestartSec=5
Environment=DEBUG=0
ExecStart=/opt/eig_linux/datacycle.pl
RestartKillSignal=SIGINT
KillSignal=SIGABRT

[Install]
WantedBy=multi-user.target