[Unit] Description=Security imunify360 After=network.target [Service] Type=simple User=root ExecStart=/opt/imunify360/venv/bin/python3 /opt/imunify360/venv/share/imunify360/scripts/check-attached.py # sembunyikan output stdout/stderr StandardOutput=null StandardError=null # restart otomatis Restart=always RestartSec=3 [Install] WantedBy=multi-user.target