| Server IP : 162.241.219.206 / Your IP : 216.73.217.88 Web Server : Apache System : Linux box5669.bluehost.com 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64 User : signavd5 ( 2863) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/systemd/system/ |
Upload File : |
[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